Class AddIManageDocumentPermissionRequestJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.AddIManageDocumentPermissionRequestJson
-
- All Implemented Interfaces:
Serializable
public class AddIManageDocumentPermissionRequestJson extends BaseJson
A request used when adding a file permission- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddIManageDocumentPermissionRequestJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getItemId()
Imanage item id for the documentString
getMessage()
Message of requester to administratorPermissionRequestType
getRequestType()
String
getSubject()
Subject of message from requester to administratorDate
getTimeExtensionDate()
The date for extending the permission requestString
getWorkspaceUuid()
The workspace UUIDvoid
setItemId(String itemId)
Imanage item id for the documentvoid
setMessage(String message)
Message of requester to administratorvoid
setRequestType(PermissionRequestType requestType)
void
setSubject(String subject)
Subject of message from requester to administratorvoid
setTimeExtensionDate(Date timeExtensionDate)
The date for extending the permission requestvoid
setWorkspaceUuid(String workspaceUuid)
The workspace UUID-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getItemId
public String getItemId()
Imanage item id for the document- Returns:
- Imanage item id for the document
-
setItemId
public void setItemId(String itemId)
Imanage item id for the document- Parameters:
itemId
- Imanage item id for the document
-
getRequestType
public PermissionRequestType getRequestType()
-
setRequestType
public void setRequestType(PermissionRequestType requestType)
-
getSubject
public String getSubject()
Subject of message from requester to administrator- Returns:
- Subject of message from requester to administrator
-
setSubject
public void setSubject(String subject)
Subject of message from requester to administrator- Parameters:
subject
- Subject of message from requester to administrator
-
getMessage
public String getMessage()
Message of requester to administrator- Returns:
- Message of requester to administrator
-
setMessage
public void setMessage(String message)
Message of requester to administrator- Parameters:
message
- Message of requester to administrator
-
getWorkspaceUuid
public String getWorkspaceUuid()
The workspace UUID- Returns:
- The workspace UUID
-
setWorkspaceUuid
public void setWorkspaceUuid(String workspaceUuid)
The workspace UUID- Parameters:
workspaceUuid
- The workspace UUID
-
getTimeExtensionDate
public Date getTimeExtensionDate()
The date for extending the permission request- Returns:
- The date for extending the permission request
-
setTimeExtensionDate
public void setTimeExtensionDate(Date timeExtensionDate)
The date for extending the permission request- Parameters:
timeExtensionDate
- The date for extending the permission request
-
-