public class Configuration extends Object
Modifier and Type | Field and Description |
---|---|
String |
ClientId
Gets or sets the Client ID.
|
String |
ClientSecret
Gets or sets the Client Secret.
|
String |
DefaultApiVersion
The default API version
|
String |
DefaultBaseUrl
The default base URL
|
Boolean |
OnPremise
If API service uses on-premise deployment with metered license
|
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 ClientSecret
public String ClientId
public Boolean OnPremise
public String getApiBaseUrl()
public void setApiBaseUrl(String value)
value
- public String getApiVersion()
public void setApiVersion(String value) throws Exception
value
- Exception
public Boolean getDebugMode()
public void setDebugMode(Boolean value)
value
- public String getApiRootUrl()
Copyright © 2021 Aspose Pty Ltd. All rights reserved.