Class SubmitTransientDocumentVdrJson

    • Constructor Detail

      • SubmitTransientDocumentVdrJson

        public SubmitTransientDocumentVdrJson()
    • Method Detail

      • getDeviceType

        public DeviceType getDeviceType()
      • setDeviceType

        public void setDeviceType​(DeviceType deviceType)
      • 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()
      • isSendMail

        @Deprecated
        public boolean isSendMail()
        Deprecated.
      • setIsSendMail

        public void setIsSendMail​(boolean isSendMail)
      • setSendMail

        @Deprecated
        public void setSendMail​(boolean isSendMail)
        Deprecated.
      • getSuggestNewNameWhenAlreadyExists

        public Boolean getSuggestNewNameWhenAlreadyExists()
      • setSuggestNewNameWhenAlreadyExists

        public void setSuggestNewNameWhenAlreadyExists​(Boolean suggestNewNameWhenAlreadyExists)
      • getDocumentName

        public String getDocumentName()
      • setDocumentName

        public void setDocumentName​(String documentName)
      • getDocumentGuid

        public String getDocumentGuid()
      • setDocumentGuid

        public void setDocumentGuid​(String documentGuid)
      • getMailSubject

        public String getMailSubject()
      • setMailSubject

        public void setMailSubject​(String mailSubject)
      • getFolder

        public String getFolder()
      • setFolder

        public void setFolder​(String folder)
      • 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()
      • setModifiedDate

        public void setModifiedDate​(Date modifiedDate)
      • getMailMessage

        public String getMailMessage()
      • setMailMessage

        public void setMailMessage​(String mailMessage)