Class SubmitIManageDocumentVdrJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.SubmitIManageDocumentVdrJson
- All Implemented Interfaces:
Serializable
public class SubmitIManageDocumentVdrJson extends BaseJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SubmitIManageDocumentVdrJson()
-
Method Summary
Modifier and Type Method Description DeviceType
getDeviceType()
The device typeString
getDocumentGuid()
The document guidString
getDocumentName()
The name of the documentString
getMailMessage()
The mail messageString
getMailSubject()
The mail subjectDate
getModifiedDate()
The modified dateString
getParentItemId()
The imanage item id for the parent folder where the document is underRoomRecipientsJson
getRecipients()
Workspace recipientsBoolean
getSuggestNewNameWhenAlreadyExists()
If suggested new name should return if name already existsboolean
isIsSendMail()
If send email to the ownerboolean
isOpenForAllRoom()
This variable indicates this file should be open to all present and future workspace entities.boolean
isSendMail()
Deprecated.boolean
isSendToDefaultEntities()
If set to false, the file will only be sent to the indicated recipients, otherwise default entities in the workspace will be added as recipients.void
setDeviceType(DeviceType deviceType)
The device typevoid
setDocumentGuid(String documentGuid)
The document guidvoid
setDocumentName(String documentName)
The name of the documentvoid
setIsSendMail(boolean isSendMail)
If send email to the ownervoid
setMailMessage(String mailMessage)
The mail messagevoid
setMailSubject(String mailSubject)
The mail subjectvoid
setModifiedDate(Date modifiedDate)
The modified datevoid
setOpenForAllRoom(boolean openForAllRoom)
This variable indicates this file should be open to all present and future workspace entities.void
setParentItemId(String parentItemId)
The imanage item id for the parent folder where the document is undervoid
setRecipients(RoomRecipientsJson recipients)
Workspace recipientsvoid
setSendMail(boolean isSendMail)
Deprecated.void
setSendToDefaultEntities(boolean sendToDefaultEntities)
If set to false, the file will only be sent to the indicated recipients, otherwise default entities in the workspace will be added as recipients.void
setSuggestNewNameWhenAlreadyExists(Boolean suggestNewNameWhenAlreadyExists)
If suggested new name should return if name already existsMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
SubmitIManageDocumentVdrJson
public SubmitIManageDocumentVdrJson()
-
-
Method Details
-
getDeviceType
The device type- Returns:
- The device type
-
setDeviceType
The device type- Parameters:
deviceType
- The device type
-
isSendToDefaultEntities
public boolean isSendToDefaultEntities()If set to false, the file will only be sent to the indicated recipients, otherwise default entities in the workspace will be added as recipients.- Returns:
- If set to false, the file will only be sent to the indicated recipients, otherwise default entities in the workspace will be added as recipients.
-
setSendToDefaultEntities
public void setSendToDefaultEntities(boolean sendToDefaultEntities)If set to false, the file will only be sent to the indicated recipients, otherwise default entities in the workspace will be added as recipients.- Parameters:
sendToDefaultEntities
- If set to false, the file will only be sent to the indicated recipients, otherwise default entities in the workspace will be added as recipients.
-
isOpenForAllRoom
public boolean isOpenForAllRoom()This variable indicates this file should be open to all present and future workspace entities.- Returns:
- This variable indicates this file should be open to all present and future workspace entities.
-
setOpenForAllRoom
public void setOpenForAllRoom(boolean openForAllRoom)This variable indicates this file should be open to all present and future workspace entities.- Parameters:
openForAllRoom
- This variable indicates this file should be open to all present and future workspace entities.
-
isIsSendMail
public boolean isIsSendMail()If send email to the owner- Returns:
- If send email to the owner
-
isSendMail
Deprecated.If send email to the owner- Returns:
- If send email to the owner
-
setIsSendMail
public void setIsSendMail(boolean isSendMail)If send email to the owner- Parameters:
isSendMail
- If send email to the owner
-
setSendMail
Deprecated.If send email to the owner- Parameters:
isSendMail
- If send email to the owner
-
getDocumentName
The name of the document- Returns:
- The name of the document
-
setDocumentName
The name of the document- Parameters:
documentName
- The name of the document
-
getSuggestNewNameWhenAlreadyExists
If suggested new name should return if name already exists- Returns:
- If suggested new name should return if name already exists
-
setSuggestNewNameWhenAlreadyExists
If suggested new name should return if name already exists- Parameters:
suggestNewNameWhenAlreadyExists
- If suggested new name should return if name already exists
-
getDocumentGuid
The document guid- Returns:
- The document guid
-
setDocumentGuid
The document guid- Parameters:
documentGuid
- The document guid
-
getMailSubject
The mail subject- Returns:
- The mail subject
-
setMailSubject
The mail subject- Parameters:
mailSubject
- The mail subject
-
getParentItemId
The imanage item id for the parent folder where the document is under- Returns:
- The imanage item id for the parent folder where the document is under
-
setParentItemId
The imanage item id for the parent folder where the document is under- Parameters:
parentItemId
- The imanage item id for the parent folder where the document is under
-
getRecipients
Workspace recipients- Returns:
- Workspace recipients
-
setRecipients
Workspace recipients- Parameters:
recipients
- Workspace recipients
-
getModifiedDate
The modified date- Returns:
- The modified date
-
setModifiedDate
The modified date- Parameters:
modifiedDate
- The modified date
-
getMailMessage
The mail message- Returns:
- The mail message
-
setMailMessage
The mail message- Parameters:
mailMessage
- The mail message
-