Class DocumentAndVersionJson

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

public class DocumentAndVersionJson
extends BaseJson
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getVersionGuid

      public String getVersionGuid()
      The file's version
      Returns:
      The file's version
    • setVersionGuid

      public void setVersionGuid​(String versionGuid)
      The file's version
      Parameters:
      versionGuid - The file's version
    • getDocumentGuid

      public String getDocumentGuid()
      Guid of the file
      Returns:
      Guid of the file
    • setDocumentGuid

      public void setDocumentGuid​(String documentGuid)
      Guid of the file
      Parameters:
      documentGuid - Guid of the file