Class IManageMatterInfoJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.IManageMatterInfoJson
- All Implemented Interfaces:
Serializable
public class IManageMatterInfoJson extends BaseJson
The imanage matter info for creating imanage workspace locally
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description IManageMatterInfoJson()
-
Method Summary
Modifier and Type Method Description String
getDescription()
The description of the matterString
getExternalRepositoryGuid()
External repository guidString
getItemId()
Item id of the matterString
getName()
The name of the mattervoid
setDescription(String description)
The description of the mattervoid
setExternalRepositoryGuid(String externalRepositoryGuid)
External repository guidvoid
setItemId(String itemId)
Item id of the mattervoid
setName(String name)
The name of the matterMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
IManageMatterInfoJson
public IManageMatterInfoJson()
-
-
Method Details
-
getItemId
Item id of the matter- Returns:
- Item id of the matter
-
setItemId
Item id of the matter- Parameters:
itemId
- Item id of the matter
-
getExternalRepositoryGuid
External repository guid- Returns:
- External repository guid
-
setExternalRepositoryGuid
External repository guid- Parameters:
externalRepositoryGuid
- External repository guid
-
getName
The name of the matter- Returns:
- The name of the matter
-
setName
The name of the matter- Parameters:
name
- The name of the matter
-
getDescription
The description of the matter- Returns:
- The description of the matter
-
setDescription
The description of the matter- Parameters:
description
- The description of the matter
-