public class SubmitDocumentVdrJson extends BaseJson
Constructor and Description |
---|
SubmitDocumentVdrJson() |
Modifier and Type | Method and Description |
---|---|
DeviceType |
getDeviceType() |
String |
getDocumentGuid() |
String |
getDocumentName() |
String |
getFolder() |
String |
getFolderGuid() |
Integer |
getFolderId() |
boolean |
getIsSendMail()
Deprecated.
|
String |
getMailMessage() |
String |
getMailSubject() |
Date |
getModifiedDate() |
Boolean |
getReadConfirmation() |
RoomRecipientsJson |
getRecipients() |
Boolean |
getSuggestNewNameWhenAlreadyExists() |
TagListJson |
getTagValueList() |
boolean |
isIsSendMail() |
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 |
setDocumentGuid(String documentGuid) |
void |
setDocumentName(String documentName) |
void |
setFolder(String folder) |
void |
setFolderGuid(String folderGuid) |
void |
setFolderId(Integer folderId) |
void |
setIsSendMail(boolean isSendMail) |
void |
setMailMessage(String mailMessage) |
void |
setMailSubject(String mailSubject) |
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) |
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 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)
public TagListJson getTagValueList()
public void setTagValueList(TagListJson tagValueList)
public String getFolderGuid()
public void setFolderGuid(String folderGuid)
public String getDocumentName()
public void setDocumentName(String documentName)
public Boolean getSuggestNewNameWhenAlreadyExists()
public void setSuggestNewNameWhenAlreadyExists(Boolean suggestNewNameWhenAlreadyExists)
public Boolean getReadConfirmation()
public void setReadConfirmation(Boolean readConfirmation)
public String getDocumentGuid()
public void setDocumentGuid(String documentGuid)
public Integer getFolderId()
public void setFolderId(Integer folderId)
public String getMailSubject()
public void setMailSubject(String mailSubject)
public String getFolder()
public void setFolder(String folder)
public RoomRecipientsJson getRecipients()
public void setRecipients(RoomRecipientsJson recipients)
public Date getModifiedDate()
public void setModifiedDate(Date modifiedDate)
public String getMailMessage()
public void setMailMessage(String mailMessage)
Copyright © 2019. All rights reserved.