Class GetValidPathInfoListJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.GetValidPathInfoListJson
- All Implemented Interfaces:
Serializable
public class GetValidPathInfoListJson extends BaseJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description GetValidPathInfoListJson()
-
Method Summary
Modifier and Type Method Description List<ValidPathInfoJson>
getValidPathInfoListJson()
void
setValidPathInfoListJson(List<ValidPathInfoJson> validPathInfoListJson)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
GetValidPathInfoListJson
public GetValidPathInfoListJson()
-
-
Method Details