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 Details

  • Method Details

    • 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
    • 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
    • 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
    • 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