public class SubmitDocumentsVdrJson extends BaseJson
Constructor and Description |
---|
SubmitDocumentsVdrJson() |
Modifier and Type | Method and Description |
---|---|
DeviceType |
getDeviceType() |
Set<String> |
getDocumentGuids()
List of file guids
|
String |
getFolder()
Folder
|
String |
getFolderGuid()
Folder guid
|
Integer |
getFolderId()
Folder id
|
boolean |
getIsSendMail()
Deprecated.
|
String |
getMailMessage()
Email message
|
String |
getMailSubject()
Email subject
|
Date |
getModifiedDate() |
Boolean |
getReadConfirmation() |
RoomRecipientsJson |
getRecipients()
Workspace recipients
|
Boolean |
getSuggestNewNameWhenAlreadyExists() |
TagListJson |
getTagValueList() |
boolean |
isIsSendMail()
Is send mail
|
boolean |
isOpenForAllRoom()
This variable indicates this file should be open to all present and
future workspace entities.
|
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) |
void |
setDocumentGuids(Set<String> documentGuids)
List of file guids
|
void |
setFolder(String folder)
Folder
|
void |
setFolderGuid(String folderGuid)
Folder guid
|
void |
setFolderId(Integer folderId)
Folder id
|
void |
setIsSendMail(boolean isSendMail)
Is send mail
|
void |
setMailMessage(String mailMessage)
Email message
|
void |
setMailSubject(String mailSubject)
Email subject
|
void |
setModifiedDate(Date modifiedDate) |
void |
setOpenForAllRoom(boolean openForAllRoom)
This variable indicates this file should be open to all present and
future workspace entities.
|
void |
setReadConfirmation(Boolean readConfirmation) |
void |
setRecipients(RoomRecipientsJson recipients)
Workspace recipients
|
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) |
void |
setTagValueList(TagListJson tagValueList) |
getObjType, setObjType, toString
public DeviceType getDeviceType()
public void setDeviceType(DeviceType deviceType)
public Set<String> getDocumentGuids()
public void setDocumentGuids(Set<String> documentGuids)
documentGuids
- List of file guidspublic boolean isSendToDefaultEntities()
public void setSendToDefaultEntities(boolean sendToDefaultEntities)
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.public boolean isOpenForAllRoom()
public void setOpenForAllRoom(boolean openForAllRoom)
openForAllRoom
- This variable indicates this file should be open
to all present and future workspace entities.public boolean isIsSendMail()
@Deprecated public boolean getIsSendMail()
public void setIsSendMail(boolean isSendMail)
isSendMail
- Is send mailpublic TagListJson getTagValueList()
public void setTagValueList(TagListJson tagValueList)
public String getFolderGuid()
public void setFolderGuid(String folderGuid)
folderGuid
- Folder guidpublic Boolean getSuggestNewNameWhenAlreadyExists()
public void setSuggestNewNameWhenAlreadyExists(Boolean suggestNewNameWhenAlreadyExists)
public Boolean getReadConfirmation()
public void setReadConfirmation(Boolean readConfirmation)
public Integer getFolderId()
public void setFolderId(Integer folderId)
folderId
- Folder idpublic String getMailSubject()
public void setMailSubject(String mailSubject)
mailSubject
- Email subjectpublic String getFolder()
public void setFolder(String folder)
folder
- Folderpublic RoomRecipientsJson getRecipients()
public void setRecipients(RoomRecipientsJson recipients)
recipients
- Workspace recipientspublic String getMailMessage()
public void setMailMessage(String mailMessage)
mailMessage
- Email messagepublic Date getModifiedDate()
public void setModifiedDate(Date modifiedDate)
Copyright © 2019. All rights reserved.