Class SubmitIManageDocumentVdrJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.SubmitIManageDocumentVdrJson
-
- All Implemented Interfaces:
Serializable
public class SubmitIManageDocumentVdrJson extends BaseJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubmitIManageDocumentVdrJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods 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 exists-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getDeviceType
public DeviceType getDeviceType()
The device type- Returns:
- The device type
-
setDeviceType
public void setDeviceType(DeviceType deviceType)
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 public boolean 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 public void setSendMail(boolean isSendMail)
Deprecated.If send email to the owner- Parameters:
isSendMail
- If send email to the owner
-
getDocumentName
public String getDocumentName()
The name of the document- Returns:
- The name of the document
-
setDocumentName
public void setDocumentName(String documentName)
The name of the document- Parameters:
documentName
- The name of the document
-
getSuggestNewNameWhenAlreadyExists
public Boolean getSuggestNewNameWhenAlreadyExists()
If suggested new name should return if name already exists- Returns:
- If suggested new name should return if name already exists
-
setSuggestNewNameWhenAlreadyExists
public void setSuggestNewNameWhenAlreadyExists(Boolean suggestNewNameWhenAlreadyExists)
If suggested new name should return if name already exists- Parameters:
suggestNewNameWhenAlreadyExists
- If suggested new name should return if name already exists
-
getDocumentGuid
public String getDocumentGuid()
The document guid- Returns:
- The document guid
-
setDocumentGuid
public void setDocumentGuid(String documentGuid)
The document guid- Parameters:
documentGuid
- The document guid
-
getMailSubject
public String getMailSubject()
The mail subject- Returns:
- The mail subject
-
setMailSubject
public void setMailSubject(String mailSubject)
The mail subject- Parameters:
mailSubject
- The mail subject
-
getParentItemId
public String 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
public void setParentItemId(String parentItemId)
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
public RoomRecipientsJson getRecipients()
Workspace recipients- Returns:
- Workspace recipients
-
setRecipients
public void setRecipients(RoomRecipientsJson recipients)
Workspace recipients- Parameters:
recipients
- Workspace recipients
-
getMailMessage
public String getMailMessage()
The mail message- Returns:
- The mail message
-
setMailMessage
public void setMailMessage(String mailMessage)
The mail message- Parameters:
mailMessage
- The mail message
-
getModifiedDate
public Date getModifiedDate()
The modified date- Returns:
- The modified date
-
setModifiedDate
public void setModifiedDate(Date modifiedDate)
The modified date- Parameters:
modifiedDate
- The modified date
-
-