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 Details

  • Method Details

    • 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
    • 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
    • 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