public class Configuration extends Object
Modifier and Type | Field and Description |
---|---|
String |
AppKey
Gets or sets the app key.
|
String |
AppSid
Gets or sets the app SID.
|
AuthType |
AuthType
Authentication type.
|
String |
DefaultApiVersion
The default API version
|
String |
DefaultBaseUrl
The default base URL
|
Constructor and Description |
---|
Configuration() |
Modifier and Type | Method and Description |
---|---|
String |
getApiBaseUrl()
Get Aspose Cloud API base URL.
|
String |
getApiRootUrl()
Gets the API root URL.
|
String |
getApiVersion()
Get Aspose Cloud API version.
|
Boolean |
getDebugMode()
Get Aspose Cloud API debug mode value.
|
void |
setApiBaseUrl(String value)
Set Aspose Cloud API base URL.
|
void |
setApiVersion(String value)
Set Aspose Cloud API base URL.
|
void |
setDebugMode(Boolean value)
Set Aspose Cloud API debug mode value.
|
public final String DefaultBaseUrl
public final String DefaultApiVersion
public String AppKey
public String AppSid
public AuthType AuthType
public String getApiBaseUrl()
public void setApiBaseUrl(String value)
value
- public String getApiVersion()
public void setApiVersion(String value)
value
- public Boolean getDebugMode()
public void setDebugMode(Boolean value)
value
- public String getApiRootUrl()
Copyright © 2018 Aspose Pty Ltd. All rights reserved.