Class SubmitIManageVersionVdrJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.SubmitIManageVersionVdrJson
- All Implemented Interfaces:
Serializable
public class SubmitIManageVersionVdrJson extends BaseJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SubmitIManageVersionVdrJson()
-
Method Summary
Modifier and Type Method Description DeviceType
getDeviceType()
The device typeString
getDocGuid()
The document guidString
getDocumentName()
The name of the documentString
getItemId()
The imanage item id for the documentString
getMailMessage()
The mail messageString
getMailSubject()
The mail subjectDate
getModifiedDate()
The modified dateString
getParentItemId()
The imanage item id for the parent folder where the document is underBoolean
getShowInformativeVersionGuidOutOfDateError()
Preserves backwards-compatibility for pre-4.1.0 usersBoolean
getSuggestNewNameWhenAlreadyExists()
If suggested new name should return if name existsString
getWorkspaceGuid()
The workspace guidboolean
isIsSendMail()
If email should be sentboolean
isSendMail()
Deprecated.void
setDeviceType(DeviceType deviceType)
The device typevoid
setDocGuid(String docGuid)
The document guidvoid
setDocumentName(String documentName)
The name of the documentvoid
setIsSendMail(boolean isSendMail)
If email should be sentvoid
setItemId(String itemId)
The imanage item id for the documentvoid
setMailMessage(String mailMessage)
The mail messagevoid
setMailSubject(String mailSubject)
The mail subjectvoid
setModifiedDate(Date modifiedDate)
The modified datevoid
setParentItemId(String parentItemId)
The imanage item id for the parent folder where the document is undervoid
setSendMail(boolean isSendMail)
Deprecated.void
setShowInformativeVersionGuidOutOfDateError(Boolean showInformativeVersionGuidOutOfDateError)
Preserves backwards-compatibility for pre-4.1.0 usersvoid
setSuggestNewNameWhenAlreadyExists(Boolean suggestNewNameWhenAlreadyExists)
If suggested new name should return if name existsvoid
setWorkspaceGuid(String workspaceGuid)
The workspace guidMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
SubmitIManageVersionVdrJson
public SubmitIManageVersionVdrJson()
-
-
Method Details
-
getDeviceType
The device type- Returns:
- The device type
-
setDeviceType
The device type- Parameters:
deviceType
- The device type
-
getShowInformativeVersionGuidOutOfDateError
Preserves backwards-compatibility for pre-4.1.0 users- Returns:
- Preserves backwards-compatibility for pre-4.1.0 users
-
setShowInformativeVersionGuidOutOfDateError
public void setShowInformativeVersionGuidOutOfDateError(Boolean showInformativeVersionGuidOutOfDateError)Preserves backwards-compatibility for pre-4.1.0 users- Parameters:
showInformativeVersionGuidOutOfDateError
- Preserves backwards-compatibility for pre-4.1.0 users
-
isIsSendMail
public boolean isIsSendMail()If email should be sent- Returns:
- If email should be sent
-
isSendMail
Deprecated.If email should be sent- Returns:
- If email should be sent
-
setIsSendMail
public void setIsSendMail(boolean isSendMail)If email should be sent- Parameters:
isSendMail
- If email should be sent
-
setSendMail
Deprecated.If email should be sent- Parameters:
isSendMail
- If email should be sent
-
getWorkspaceGuid
The workspace guid- Returns:
- The workspace guid
-
setWorkspaceGuid
The workspace guid- Parameters:
workspaceGuid
- The workspace guid
-
getSuggestNewNameWhenAlreadyExists
If suggested new name should return if name exists- Returns:
- If suggested new name should return if name exists
-
setSuggestNewNameWhenAlreadyExists
If suggested new name should return if name exists- Parameters:
suggestNewNameWhenAlreadyExists
- If suggested new name should return if name exists
-
getDocumentName
The name of the document- Returns:
- The name of the document
-
setDocumentName
The name of the document- Parameters:
documentName
- The name of the document
-
getDocGuid
The document guid- Returns:
- The document guid
-
setDocGuid
The document guid- Parameters:
docGuid
- The document guid
-
getItemId
The imanage item id for the document- Returns:
- The imanage item id for the document
-
setItemId
The imanage item id for the document- Parameters:
itemId
- The imanage item id for the document
-
getMailSubject
The mail subject- Returns:
- The mail subject
-
setMailSubject
The mail subject- Parameters:
mailSubject
- The mail subject
-
getParentItemId
The imanage item id for the parent folder where the document is under- Returns:
- The imanage item id for the parent folder where the document is under
-
setParentItemId
The imanage item id for the parent folder where the document is under- Parameters:
parentItemId
- The imanage item id for the parent folder where the document is under
-
getModifiedDate
The modified date- Returns:
- The modified date
-
setModifiedDate
The modified date- Parameters:
modifiedDate
- The modified date
-
getMailMessage
The mail message- Returns:
- The mail message
-
setMailMessage
The mail message- Parameters:
mailMessage
- The mail message
-