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