public class BoxConfigBuilder.BoxConfig extends java.lang.Object implements IBoxConfig
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApiUrlAuthority()
Get the API URL Authority.
|
java.lang.String |
getApiUrlPath()
Get the API URL path.
|
java.lang.String |
getApiUrlScheme()
Get the API URL scheme.
|
java.lang.String |
getDownloadUrlAuthority()
Get the Download URL Authority.
|
java.lang.String |
getDownloadUrlPath()
Get the download url path
|
java.lang.String |
getDownloadUrlScheme()
Get the Download URL scheme.
|
java.lang.String |
getOAuthApiUrlPath() |
java.lang.String |
getOAuthUrlAuthority() |
java.lang.String |
getOAuthUrlScheme() |
java.lang.String |
getOAuthWebUrlPath() |
java.lang.String |
getUploadUrlAuthority()
Get the Upload URL Authority.
|
java.lang.String |
getUploadUrlPath()
Get the upload url path.
|
java.lang.String |
getUploadUrlScheme()
Get the Upload URL scheme.
|
java.lang.String |
getUserAgent()
Get the User-Agent String to apply to the HTTP(S) calls.
|
public java.lang.String getDownloadUrlAuthority()
getDownloadUrlAuthority
in interface IBoxConfig
public java.lang.String getApiUrlScheme()
getApiUrlScheme
in interface IBoxConfig
public java.lang.String getApiUrlAuthority()
getApiUrlAuthority
in interface IBoxConfig
public java.lang.String getApiUrlPath()
getApiUrlPath
in interface IBoxConfig
public java.lang.String getUploadUrlScheme()
getUploadUrlScheme
in interface IBoxConfig
public java.lang.String getUploadUrlAuthority()
getUploadUrlAuthority
in interface IBoxConfig
public java.lang.String getDownloadUrlScheme()
getDownloadUrlScheme
in interface IBoxConfig
public java.lang.String getUserAgent()
getUserAgent
in interface IBoxConfig
public java.lang.String getOAuthUrlScheme()
getOAuthUrlScheme
in interface IBoxConfig
public java.lang.String getOAuthUrlAuthority()
getOAuthUrlAuthority
in interface IBoxConfig
public java.lang.String getOAuthWebUrlPath()
getOAuthWebUrlPath
in interface IBoxConfig
public java.lang.String getOAuthApiUrlPath()
getOAuthApiUrlPath
in interface IBoxConfig
public java.lang.String getUploadUrlPath()
IBoxConfig
getUploadUrlPath
in interface IBoxConfig
public java.lang.String getDownloadUrlPath()
IBoxConfig
getDownloadUrlPath
in interface IBoxConfig