Class RenameIManageDocumentJson

java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.RenameIManageDocumentJson
All Implemented Interfaces:
Serializable

public class RenameIManageDocumentJson
extends BaseJson
Information about the file to rename
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getDeviceType

      public DeviceType getDeviceType()
      Device type
      Returns:
      Device type
    • setDeviceType

      public void setDeviceType​(DeviceType deviceType)
      Device type
      Parameters:
      deviceType - Device type
    • 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
    • getParentItemId

      public String getParentItemId()
      The imanage item id for the parent folder where the docuemnt is in
      Returns:
      The imanage item id for the parent folder where the docuemnt is in
    • setParentItemId

      public void setParentItemId​(String parentItemId)
      The imanage item id for the parent folder where the docuemnt is in
      Parameters:
      parentItemId - The imanage item id for the parent folder where the docuemnt is in
    • getWorkspaceGuid

      public String getWorkspaceGuid()
      Worksapce guid
      Returns:
      Worksapce guid
    • setWorkspaceGuid

      public void setWorkspaceGuid​(String workspaceGuid)
      Worksapce guid
      Parameters:
      workspaceGuid - Worksapce guid
    • getNewDocumentName

      public String getNewDocumentName()
      New file name
      Returns:
      New file name
    • setNewDocumentName

      public void setNewDocumentName​(String newDocumentName)
      New file name
      Parameters:
      newDocumentName - New file name