Class ExistingTransientDocumentJson

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

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

  • Method Details

    • getPermitted

      public Boolean getPermitted()
      Indicates if the caller is permitted to see the conflicting file
      Returns:
      Indicates if the caller is permitted to see the conflicting file
    • setPermitted

      public void setPermitted​(Boolean permitted)
      Indicates if the caller is permitted to see the conflicting file
      Parameters:
      permitted - Indicates if the caller is permitted to see the conflicting file
    • getSuggestedName

      public String getSuggestedName()
      A suggested name if the caller choose to submit in a new name
      Returns:
      A suggested name if the caller choose to submit in a new name
    • setSuggestedName

      public void setSuggestedName​(String suggestedName)
      A suggested name if the caller choose to submit in a new name
      Parameters:
      suggestedName - A suggested name if the caller choose to submit in a new name
    • getVersionGuid

      public String getVersionGuid()
      The last version guid of the existing file
      Returns:
      The last version guid of the existing file
    • setVersionGuid

      public void setVersionGuid​(String versionGuid)
      The last version guid of the existing file
      Parameters:
      versionGuid - The last version guid of the existing file
    • getDocumentGuid

      public String getDocumentGuid()
      The guid of the existing file
      Returns:
      The guid of the existing file
    • setDocumentGuid

      public void setDocumentGuid​(String documentGuid)
      The guid of the existing file
      Parameters:
      documentGuid - The guid of the existing file