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
All Methods Instance Methods Concrete Methods Deprecated Methods 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 guid-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getDeviceType
public DeviceType getDeviceType()
The device type- Returns:
- The device type
-
setDeviceType
public void setDeviceType(DeviceType deviceType)
The device type- Parameters:
deviceType
- The device type
-
getShowInformativeVersionGuidOutOfDateError
public Boolean 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 public boolean 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 public void setSendMail(boolean isSendMail)
Deprecated.If email should be sent- Parameters:
isSendMail
- If email should be sent
-
getWorkspaceGuid
public String getWorkspaceGuid()
The workspace guid- Returns:
- The workspace guid
-
setWorkspaceGuid
public void setWorkspaceGuid(String workspaceGuid)
The workspace guid- Parameters:
workspaceGuid
- The workspace guid
-
getDocumentName
public String getDocumentName()
The name of the document- Returns:
- The name of the document
-
setDocumentName
public void setDocumentName(String documentName)
The name of the document- Parameters:
documentName
- The name of the document
-
getSuggestNewNameWhenAlreadyExists
public Boolean getSuggestNewNameWhenAlreadyExists()
If suggested new name should return if name exists- Returns:
- If suggested new name should return if name exists
-
setSuggestNewNameWhenAlreadyExists
public void setSuggestNewNameWhenAlreadyExists(Boolean suggestNewNameWhenAlreadyExists)
If suggested new name should return if name exists- Parameters:
suggestNewNameWhenAlreadyExists
- If suggested new name should return if name exists
-
getDocGuid
public String getDocGuid()
The document guid- Returns:
- The document guid
-
setDocGuid
public void setDocGuid(String docGuid)
The document guid- Parameters:
docGuid
- The document guid
-
getItemId
public String getItemId()
The imanage item id for the document- Returns:
- The imanage item id for the document
-
setItemId
public void setItemId(String itemId)
The imanage item id for the document- Parameters:
itemId
- The imanage item id for the document
-
getMailSubject
public String getMailSubject()
The mail subject- Returns:
- The mail subject
-
setMailSubject
public void setMailSubject(String mailSubject)
The mail subject- Parameters:
mailSubject
- The mail subject
-
getParentItemId
public String 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
public void setParentItemId(String parentItemId)
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
public Date getModifiedDate()
The modified date- Returns:
- The modified date
-
setModifiedDate
public void setModifiedDate(Date modifiedDate)
The modified date- Parameters:
modifiedDate
- The modified date
-
getMailMessage
public String getMailMessage()
The mail message- Returns:
- The mail message
-
setMailMessage
public void setMailMessage(String mailMessage)
The mail message- Parameters:
mailMessage
- The mail message
-
-