Class SubmitDocumentsVdrJson

    • Constructor Detail

      • SubmitDocumentsVdrJson

        public SubmitDocumentsVdrJson()
    • Method Detail

      • getDeviceType

        public DeviceType getDeviceType()
      • setDeviceType

        public void setDeviceType​(DeviceType deviceType)
      • getDocumentGuids

        public Set<String> getDocumentGuids()
        List of file guids
        Returns:
        List of file guids
      • setDocumentGuids

        public void setDocumentGuids​(Set<String> documentGuids)
        List of file guids
        Parameters:
        documentGuids - List of file guids
      • 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()
        Is send mail
        Returns:
        Is send mail
      • getIsSendMail

        @Deprecated
        public boolean getIsSendMail()
        Deprecated.
        Is send mail
        Returns:
        Is send mail
      • setIsSendMail

        public void setIsSendMail​(boolean isSendMail)
        Is send mail
        Parameters:
        isSendMail - Is send mail
      • getFolderGuid

        public String getFolderGuid()
        Folder guid
        Returns:
        Folder guid
      • setFolderGuid

        public void setFolderGuid​(String folderGuid)
        Folder guid
        Parameters:
        folderGuid - Folder guid
      • getTagValueList

        public TagListJson getTagValueList()
      • setTagValueList

        public void setTagValueList​(TagListJson tagValueList)
      • getSuggestNewNameWhenAlreadyExists

        public Boolean getSuggestNewNameWhenAlreadyExists()
      • setSuggestNewNameWhenAlreadyExists

        public void setSuggestNewNameWhenAlreadyExists​(Boolean suggestNewNameWhenAlreadyExists)
      • getReadConfirmation

        public Boolean getReadConfirmation()
      • setReadConfirmation

        public void setReadConfirmation​(Boolean readConfirmation)
      • getFolderId

        public Integer getFolderId()
        Folder id
        Returns:
        Folder id
      • setFolderId

        public void setFolderId​(Integer folderId)
        Folder id
        Parameters:
        folderId - Folder id
      • getMailSubject

        public String getMailSubject()
        Email subject
        Returns:
        Email subject
      • setMailSubject

        public void setMailSubject​(String mailSubject)
        Email subject
        Parameters:
        mailSubject - Email subject
      • getFolder

        public String getFolder()
        Folder
        Returns:
        Folder
      • setFolder

        public void setFolder​(String folder)
        Folder
        Parameters:
        folder - Folder
      • 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()
        Email message
        Returns:
        Email message
      • setMailMessage

        public void setMailMessage​(String mailMessage)
        Email message
        Parameters:
        mailMessage - Email message
      • getModifiedDate

        public Date getModifiedDate()
      • setModifiedDate

        public void setModifiedDate​(Date modifiedDate)