public class SubmitIManageDocumentVdrJson extends BaseJson
Constructor and Description |
---|
SubmitIManageDocumentVdrJson() |
Modifier and Type | Method and Description |
---|---|
DeviceType |
getDeviceType()
The device type
|
String |
getDocumentGuid()
The document guid
|
String |
getDocumentName()
The name of the document
|
String |
getMailMessage()
The mail message
|
String |
getMailSubject()
The mail subject
|
Date |
getModifiedDate()
The modified date
|
String |
getParentItemId()
The imanage item id for the parent folder where the document is under
|
RoomRecipientsJson |
getRecipients()
Workspace recipients
|
Boolean |
getSuggestNewNameWhenAlreadyExists()
If suggested new name should return if name already exists
|
boolean |
isIsSendMail()
If send email to the owner
|
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)
The device type
|
void |
setDocumentGuid(String documentGuid)
The document guid
|
void |
setDocumentName(String documentName)
The name of the document
|
void |
setIsSendMail(boolean isSendMail)
If send email to the owner
|
void |
setMailMessage(String mailMessage)
The mail message
|
void |
setMailSubject(String mailSubject)
The mail subject
|
void |
setModifiedDate(Date modifiedDate)
The modified date
|
void |
setOpenForAllRoom(boolean openForAllRoom)
This variable indicates this file should be open to all present and
future workspace entities.
|
void |
setParentItemId(String parentItemId)
The imanage item id for the parent folder where the document is under
|
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)
If suggested new name should return if name already exists
|
getObjType, setObjType, toString
public DeviceType getDeviceType()
public void setDeviceType(DeviceType deviceType)
deviceType
- The device typepublic 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)
isSendMail
- If send email to the owner@Deprecated public void setSendMail(boolean isSendMail)
isSendMail
- If send email to the ownerpublic Boolean getSuggestNewNameWhenAlreadyExists()
public void setSuggestNewNameWhenAlreadyExists(Boolean suggestNewNameWhenAlreadyExists)
suggestNewNameWhenAlreadyExists
- If suggested new name should
return if name already existspublic String getDocumentName()
public void setDocumentName(String documentName)
documentName
- The name of the documentpublic String getDocumentGuid()
public void setDocumentGuid(String documentGuid)
documentGuid
- The document guidpublic String getMailSubject()
public void setMailSubject(String mailSubject)
mailSubject
- The mail subjectpublic String getParentItemId()
public void setParentItemId(String parentItemId)
parentItemId
- The imanage item id for the parent folder where the
document is underpublic RoomRecipientsJson getRecipients()
public void setRecipients(RoomRecipientsJson recipients)
recipients
- Workspace recipientspublic String getMailMessage()
public void setMailMessage(String mailMessage)
mailMessage
- The mail messagepublic Date getModifiedDate()
public void setModifiedDate(Date modifiedDate)
modifiedDate
- The modified dateCopyright © 2019. All rights reserved.