Class CreateDropboxWorkspaceJson

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

public class CreateDropboxWorkspaceJson
extends BaseJson
A new transient workspace to create
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getExternalRepositoryGuid

      public String getExternalRepositoryGuid()
      External repository guid
      Returns:
      External repository guid
    • setExternalRepositoryGuid

      public void setExternalRepositoryGuid​(String externalRepositoryGuid)
      External repository guid
      Parameters:
      externalRepositoryGuid - External repository guid
    • getOauthCode

      public String getOauthCode()
      Dropbox authorization code from oauth
      Returns:
      Dropbox authorization code from oauth
    • setOauthCode

      public void setOauthCode​(String oauthCode)
      Dropbox authorization code from oauth
      Parameters:
      oauthCode - Dropbox authorization code from oauth