public class SubmitIManageVersionVdrJson extends BaseJson
Constructor and Description |
---|
SubmitIManageVersionVdrJson() |
Modifier and Type | Method and Description |
---|---|
DeviceType |
getDeviceType()
The device type
|
String |
getDocGuid()
The document guid
|
String |
getDocumentName()
The name of the document
|
String |
getItemId()
The imanage item id for 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
|
Boolean |
getShowInformativeVersionGuidOutOfDateError()
Preserves backwards-compatibility for pre-4.1.0 users
|
Boolean |
getSuggestNewNameWhenAlreadyExists()
If suggested new name should return if name exists
|
String |
getWorkspaceGuid()
The workspace guid
|
boolean |
isIsSendMail()
If email should be sent
|
boolean |
isSendMail()
Deprecated.
|
void |
setDeviceType(DeviceType deviceType)
The device type
|
void |
setDocGuid(String docGuid)
The document guid
|
void |
setDocumentName(String documentName)
The name of the document
|
void |
setIsSendMail(boolean isSendMail)
If email should be sent
|
void |
setItemId(String itemId)
The imanage item id for the document
|
void |
setMailMessage(String mailMessage)
The mail message
|
void |
setMailSubject(String mailSubject)
The mail subject
|
void |
setModifiedDate(Date modifiedDate)
The modified date
|
void |
setParentItemId(String parentItemId)
The imanage item id for the parent folder where the document is under
|
void |
setSendMail(boolean isSendMail)
Deprecated.
|
void |
setShowInformativeVersionGuidOutOfDateError(Boolean showInformativeVersionGuidOutOfDateError)
Preserves backwards-compatibility for pre-4.1.0 users
|
void |
setSuggestNewNameWhenAlreadyExists(Boolean suggestNewNameWhenAlreadyExists)
If suggested new name should return if name exists
|
void |
setWorkspaceGuid(String workspaceGuid)
The workspace guid
|
getObjType, setObjType, toString
public DeviceType getDeviceType()
public void setDeviceType(DeviceType deviceType)
deviceType
- The device typepublic Boolean getShowInformativeVersionGuidOutOfDateError()
public void setShowInformativeVersionGuidOutOfDateError(Boolean showInformativeVersionGuidOutOfDateError)
showInformativeVersionGuidOutOfDateError
- Preserves
backwards-compatibility for pre-4.1.0 userspublic boolean isIsSendMail()
@Deprecated public boolean isSendMail()
public void setIsSendMail(boolean isSendMail)
isSendMail
- If email should be sent@Deprecated public void setSendMail(boolean isSendMail)
isSendMail
- If email should be sentpublic String getWorkspaceGuid()
public void setWorkspaceGuid(String workspaceGuid)
workspaceGuid
- The workspace guidpublic String getDocumentName()
public void setDocumentName(String documentName)
documentName
- The name of the documentpublic Boolean getSuggestNewNameWhenAlreadyExists()
public void setSuggestNewNameWhenAlreadyExists(Boolean suggestNewNameWhenAlreadyExists)
suggestNewNameWhenAlreadyExists
- If suggested new name should
return if name existspublic String getDocGuid()
public void setDocGuid(String docGuid)
docGuid
- The document guidpublic String getItemId()
public void setItemId(String itemId)
itemId
- The imanage item id for the documentpublic 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 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.