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
All Methods Instance Methods Concrete Methods 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 guid-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getDocumentItemId
public String getDocumentItemId()
The imanage item id for the document- Returns:
- The imanage item id for the document
-
setDocumentItemId
public void setDocumentItemId(String documentItemId)
The imanage item id for the document- Parameters:
documentItemId
- The imanage item id for the document
-
getWorkspaceGuid
public String getWorkspaceGuid()
The workspace guid- Returns:
- The workspace guid
-
setWorkspaceGuid
public void setWorkspaceGuid(String workspaceGuid)
The workspace guid- Parameters:
workspaceGuid
- The workspace guid
-
-