Class GetIManageDocumentPermissionsForIosJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.GetIManageDocumentPermissionsForIosJson
- All Implemented Interfaces:
Serializable
public class GetIManageDocumentPermissionsForIosJson extends BaseJson
Used to identify a workspace to get permission information from
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description GetIManageDocumentPermissionsForIosJson()
-
Method Summary
Modifier and Type Method Description String
getDocumentItemId()
The imanage item id for the documentString
getWorkspaceGuid()
The workspace guidvoid
setDocumentItemId(String documentItemId)
The imanage item id for the documentvoid
setWorkspaceGuid(String workspaceGuid)
The workspace guidMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
GetIManageDocumentPermissionsForIosJson
public GetIManageDocumentPermissionsForIosJson()
-
-
Method Details
-
getDocumentItemId
The imanage item id for the document- Returns:
- The imanage item id for the document
-
setDocumentItemId
The imanage item id for the document- Parameters:
documentItemId
- The imanage item id for the document
-
getWorkspaceGuid
The workspace guid- Returns:
- The workspace guid
-
setWorkspaceGuid
The workspace guid- Parameters:
workspaceGuid
- The workspace guid
-