public class SubmitTransientDocumentVdrJson extends BaseJson
Constructor and Description |
---|
SubmitTransientDocumentVdrJson() |
Modifier and Type | Method and Description |
---|---|
DeviceType |
getDeviceType() |
String |
getDocumentGuid() |
String |
getDocumentName() |
String |
getFolder() |
String |
getMailMessage() |
String |
getMailSubject() |
Date |
getModifiedDate() |
RoomRecipientsJson |
getRecipients()
Workspace recipients
|
Boolean |
getSuggestNewNameWhenAlreadyExists() |
boolean |
isIsSendMail() |
boolean |
isOpenForAllRoom()
This variable indicates this file should be open to all present and
future workspace entities.
|
boolean |
isSendMail()
Deprecated.
|
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 |
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 |
setRecipients(RoomRecipientsJson recipients)
Workspace recipients
|
void |
setSendMail(boolean isSendMail)
Deprecated.
|
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) |
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 isSendMail()
public void setIsSendMail(boolean isSendMail)
@Deprecated public void setSendMail(boolean isSendMail)
public Boolean getSuggestNewNameWhenAlreadyExists()
public void setSuggestNewNameWhenAlreadyExists(Boolean suggestNewNameWhenAlreadyExists)
public String getDocumentName()
public void setDocumentName(String documentName)
public String getDocumentGuid()
public void setDocumentGuid(String documentGuid)
public String getMailSubject()
public void setMailSubject(String mailSubject)
public String getFolder()
public void setFolder(String folder)
public RoomRecipientsJson getRecipients()
public void setRecipients(RoomRecipientsJson recipients)
recipients
- Workspace recipientspublic Date getModifiedDate()
public void setModifiedDate(Date modifiedDate)
public String getMailMessage()
public void setMailMessage(String mailMessage)
Copyright © 2019. All rights reserved.