public interface Configuration
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseUri()
Get base URI by current environment.
|
String |
getBaseUri(Server server)
Get base URI by current environment.
|
ClientCredentialsAuth |
getClientCredentialsAuth()
The credentials to use with ClientCredentialsAuth.
|
ClientCredentialsAuthModel |
getClientCredentialsAuthModel()
The auth credential model for ClientCredentialsAuth.
|
Environment |
getEnvironment()
Current API environment.
|
ReadonlyHttpClientConfiguration |
getHttpClientConfig()
Http Client Configuration instance.
|
ReadonlyLoggingConfiguration |
getLoggingConfig()
Logging Configuration instance.
|
long |
timeout()
The timeout to use for making HTTP requests.
|
Environment getEnvironment()
ReadonlyHttpClientConfiguration getHttpClientConfig()
ReadonlyLoggingConfiguration getLoggingConfig()
long timeout()
ClientCredentialsAuth getClientCredentialsAuth()
ClientCredentialsAuthModel getClientCredentialsAuthModel()
String getBaseUri(Server server)
server - Server for which to get the base URIString getBaseUri()
Copyright © 2025. All rights reserved.