Package cloud.genesys.webmessaging.sdk
Class ApiClient.Builder
java.lang.Object
cloud.genesys.webmessaging.sdk.ApiClient.Builder
- Enclosing class:
- ApiClient
-
Method Summary
Modifier and TypeMethodDescriptionbuild()static ApiClientstatic ApiClient.Builderstatic ApiClient.Builderstandard()withAccessToken(String accessToken) withAuthenticatedProxy(Proxy proxy, String user, String pass) withBasePath(String basePath) withConnectionTimeout(int connectionTimeout) withDateFormat(DateFormat dateFormat) withDefaultHeader(String header, String value) withDetailLevel(DetailLevel detailLevel) withObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) withProperty(String name, Object value) withRetryConfiguration(ApiClient.RetryConfiguration retryConfiguration) withShouldThrowErrors(boolean shouldThrowErrors) withUserAgent(String userAgent)
-
Method Details
-
standard
-
from
-
defaultClient
-
withDefaultHeader
-
withAccessToken
-
withUserAgent
-
withObjectMapper
-
withDateFormat
-
withBasePath
-
withBasePath
-
withRetryConfiguration
-
withConnectionTimeout
-
withShouldThrowErrors
-
withDetailLevel
-
withProxy
-
withAuthenticatedProxy
-
withProperty
-
build
-