Class ListIManageMattersJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.ListIManageMattersJson
-
- All Implemented Interfaces:
Serializable
public class ListIManageMattersJson extends BaseJson
Used when retrieving a list of imanage matters- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListIManageMattersJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExternalRepositoryUuid()
Uuid of the imanage repositoryvoid
setExternalRepositoryUuid(String externalRepositoryUuid)
Uuid of the imanage repository-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getExternalRepositoryUuid
public String getExternalRepositoryUuid()
Uuid of the imanage repository- Returns:
- Uuid of the imanage repository
-
setExternalRepositoryUuid
public void setExternalRepositoryUuid(String externalRepositoryUuid)
Uuid of the imanage repository- Parameters:
externalRepositoryUuid
- Uuid of the imanage repository
-
-