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
Modifier and Type Method Description String
getExternalRepositoryUuid()
Uuid of the imanage repositoryvoid
setExternalRepositoryUuid(String externalRepositoryUuid)
Uuid of the imanage repositoryMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ListIManageMattersJson
public ListIManageMattersJson()
-
-
Method Details
-
getExternalRepositoryUuid
Uuid of the imanage repository- Returns:
- Uuid of the imanage repository
-
setExternalRepositoryUuid
Uuid of the imanage repository- Parameters:
externalRepositoryUuid
- Uuid of the imanage repository
-