public class CreateNewIManageDocumentJson extends BaseJson
Constructor and Description |
---|
CreateNewIManageDocumentJson() |
Modifier and Type | Method and Description |
---|---|
DeviceType |
getDeviceType()
The device type
|
String |
getDocumentName()
The document name
|
String |
getMailMessage()
Mail message
|
String |
getMailSubject()
Mail subject
|
Date |
getModifiedDate()
The modified date
|
String |
getParentItemId()
The imanage item id of the parent folder which the document will be in
|
Boolean |
getSuggestNewNameWhenAlreadyExists()
If need to suggest new name if name already exists
|
String |
getWorkspaceGuid()
The workspace guid
|
boolean |
isIsSendMail()
Send mail to workspace owner
|
boolean |
isOpenForAllRoom()
This variable indicates this file should be open to all present and
future workspace entities.
|
boolean |
isSendMail()
Deprecated.
|
void |
setDeviceType(DeviceType deviceType)
The device type
|
void |
setDocumentName(String documentName)
The document name
|
void |
setIsSendMail(boolean isSendMail)
Send mail to workspace owner
|
void |
setMailMessage(String mailMessage)
Mail message
|
void |
setMailSubject(String mailSubject)
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 of the parent folder which the document will be in
|
void |
setSendMail(boolean isSendMail)
Deprecated.
|
void |
setSuggestNewNameWhenAlreadyExists(Boolean suggestNewNameWhenAlreadyExists)
If need to suggest new name if name already exists
|
void |
setWorkspaceGuid(String workspaceGuid)
The workspace guid
|
getObjType, setObjType, toString
public DeviceType getDeviceType()
public void setDeviceType(DeviceType deviceType)
deviceType
- The device typepublic String getMailSubject()
public void setMailSubject(String mailSubject)
mailSubject
- Mail subjectpublic String getParentItemId()
public void setParentItemId(String parentItemId)
parentItemId
- The imanage item id of the parent folder which the
document will be inpublic 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
- Send mail to workspace owner@Deprecated public void setSendMail(boolean isSendMail)
isSendMail
- Send mail to workspace ownerpublic Date getModifiedDate()
public void setModifiedDate(Date modifiedDate)
modifiedDate
- The modified datepublic String getMailMessage()
public void setMailMessage(String mailMessage)
mailMessage
- Mail messagepublic String getWorkspaceGuid()
public void setWorkspaceGuid(String workspaceGuid)
workspaceGuid
- The workspace guidpublic Boolean getSuggestNewNameWhenAlreadyExists()
public void setSuggestNewNameWhenAlreadyExists(Boolean suggestNewNameWhenAlreadyExists)
suggestNewNameWhenAlreadyExists
- If need to suggest new name if
name already existspublic String getDocumentName()
public void setDocumentName(String documentName)
documentName
- The document nameCopyright © 2019. All rights reserved.