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