- getAccessToken() - Method in class com.genesys.internal.common.auth.OAuth
-
- getApiClient() - Method in class com.genesys.internal.statistics.api.StatisticsApi
-
- getApiKey() - Method in class com.genesys.internal.common.auth.ApiKeyAuth
-
- getApiKeyPrefix() - Method in class com.genesys.internal.common.auth.ApiKeyAuth
-
- getAuthentication(String) - Method in class com.genesys.internal.common.ApiClient
-
Get authentication for the given name.
- getAuthentications() - Method in class com.genesys.internal.common.ApiClient
-
Get authentications (key: authentication name, value: authentication).
- getBasePath() - Method in class com.genesys.internal.common.ApiClient
-
Get base path
- getCode() - Method in exception com.genesys.internal.common.ApiException
-
Get the HTTP status code.
- getCode() - Method in class com.genesys.internal.statistics.model.ApiResponseStatus
-
Get code
- getConnectTimeout() - Method in class com.genesys.internal.common.ApiClient
-
Get connection timeout (in milliseconds).
- getData() - Method in class com.genesys.internal.common.ApiResponse
-
- getData() - Method in class com.genesys.internal.statistics.model.ModelApiResponse
-
Get data
- getData() - Method in class com.genesys.internal.statistics.model.StatisticsData
-
Get data
- getDateFormat() - Method in class com.genesys.internal.common.ApiClient
-
- getDatetimeFormat() - Method in class com.genesys.internal.common.ApiClient
-
- getDefaultApiClient() - Static method in class com.genesys.internal.common.Configuration
-
Get the default API client, which would be used when creating API
instances without providing an API client.
- getDetail() - Method in class com.genesys.internal.statistics.model.ApiResponseStatus
-
Get detail
- getErrors() - Method in class com.genesys.internal.statistics.model.ModelApiResponse
-
Get errors
- getErrors() - Method in class com.genesys.internal.statistics.model.StatisticsData
-
Get errors
- getGson() - Method in class com.genesys.internal.common.JSON
-
Get Gson.
- getHeaders() - Method in class com.genesys.internal.common.ApiResponse
-
- getHttpClient() - Method in class com.genesys.internal.common.ApiClient
-
Get HTTP client
- getJSON() - Method in class com.genesys.internal.common.ApiClient
-
Get JSON
- getKeyManagers() - Method in class com.genesys.internal.common.ApiClient
-
- getLocation() - Method in class com.genesys.internal.common.auth.ApiKeyAuth
-
- getMessage() - Method in class com.genesys.internal.statistics.model.ApiResponseStatus
-
Get message
- getName() - Method in class com.genesys.internal.common.Pair
-
- getName() - Method in class com.genesys.internal.statistics.model.PeekedStatisticValue
-
Get name
- getObjectId() - Method in class com.genesys.internal.statistics.model.PeekedStatisticValue
-
Get objectId
- getObjectType() - Method in class com.genesys.internal.statistics.model.PeekedStatisticValue
-
Get objectType
- getParamName() - Method in class com.genesys.internal.common.auth.ApiKeyAuth
-
- getPassword() - Method in class com.genesys.internal.common.auth.HttpBasicAuth
-
- getPath() - Method in class com.genesys.internal.statistics.model.ModelApiResponse
-
Get path
- getPath() - Method in class com.genesys.internal.statistics.model.StatisticsData
-
Get path
- getResponseBody() - Method in exception com.genesys.internal.common.ApiException
-
Get the HTTP response body.
- getResponseHeaders() - Method in exception com.genesys.internal.common.ApiException
-
Get the HTTP response headers.
- getSslCaCert() - Method in class com.genesys.internal.common.ApiClient
-
Get SSL CA cert.
- getStatisticId() - Method in class com.genesys.internal.statistics.model.StatisticValue
-
Get statisticId
- getStatus() - Method in class com.genesys.internal.statistics.model.ModelApiResponse
-
Get status
- getStatus() - Method in class com.genesys.internal.statistics.model.StatisticsData
-
Get status
- getStatusCode() - Method in class com.genesys.internal.common.ApiResponse
-
- getStatValue(String, String, String) - Method in class com.genesys.internal.statistics.api.StatisticsApi
-
Peeks the value of specified statistic
- getStatValueAsync(String, String, String, ApiCallback<ModelApiResponse>) - Method in class com.genesys.internal.statistics.api.StatisticsApi
-
Peeks the value of specified statistic (asynchronously)
- getStatValueCall(String, String, String, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.genesys.internal.statistics.api.StatisticsApi
-
Build call for getStatValue
- getStatValues(String) - Method in class com.genesys.internal.statistics.api.StatisticsApi
-
Peeks the values of specified statistics
- getStatValuesAsync(String, ApiCallback<ModelApiResponse>) - Method in class com.genesys.internal.statistics.api.StatisticsApi
-
Peeks the values of specified statistics (asynchronously)
- getStatValuesCall(String, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.genesys.internal.statistics.api.StatisticsApi
-
Build call for getStatValues
- getStatValuesWithHttpInfo(String) - Method in class com.genesys.internal.statistics.api.StatisticsApi
-
Peeks the values of specified statistics
- getStatValueWithHttpInfo(String, String, String) - Method in class com.genesys.internal.statistics.api.StatisticsApi
-
Peeks the value of specified statistic
- getTempFolderPath() - Method in class com.genesys.internal.common.ApiClient
-
The path of temporary folder used to store downloaded files from endpoints
with file response.
- getTimestamp() - Method in class com.genesys.internal.statistics.model.PeekedStatisticValue
-
Get timestamp
- getTimestamp() - Method in class com.genesys.internal.statistics.model.StatisticValue
-
Get timestamp
- getUsername() - Method in class com.genesys.internal.common.auth.HttpBasicAuth
-
- getValue() - Method in class com.genesys.internal.common.Pair
-
- getValue() - Method in class com.genesys.internal.statistics.model.PeekedStatisticValue
-
Get value
- getValue() - Method in class com.genesys.internal.statistics.model.StatisticValue
-
Get value
- guessContentTypeFromFile(File) - Method in class com.genesys.internal.common.ApiClient
-
Guess Content-Type header from the given file (defaults to "application/octet-stream").
- sanitizeFilename(String) - Method in class com.genesys.internal.common.ApiClient
-
Sanitize filename by removing path.
- selectHeaderAccept(String[]) - Method in class com.genesys.internal.common.ApiClient
-
Select the Accept header's value from the given accepts array:
if JSON exists in the given array, use it;
otherwise use all of them (joining into a string)
- selectHeaderContentType(String[]) - Method in class com.genesys.internal.common.ApiClient
-
Select the Content-Type header's value from the given array:
if JSON exists in the given array, use it;
otherwise use the first one of the array.
- serialize(Object, String) - Method in class com.genesys.internal.common.ApiClient
-
Serialize the given Java object into request body according to the object's
class and the request Content-Type.
- serialize(Object) - Method in class com.genesys.internal.common.JSON
-
Serialize the given Java object into JSON string.
- setAccessToken(String) - Method in class com.genesys.internal.common.ApiClient
-
Helper method to set access token for the first OAuth2 authentication.
- setAccessToken(String) - Method in class com.genesys.internal.common.auth.OAuth
-
- setApiClient(ApiClient) - Method in class com.genesys.internal.statistics.api.StatisticsApi
-
- setApiKey(String) - Method in class com.genesys.internal.common.ApiClient
-
Helper method to set API key value for the first API key authentication.
- setApiKey(String) - Method in class com.genesys.internal.common.auth.ApiKeyAuth
-
- setApiKeyPrefix(String) - Method in class com.genesys.internal.common.ApiClient
-
Helper method to set API key prefix for the first API key authentication.
- setApiKeyPrefix(String) - Method in class com.genesys.internal.common.auth.ApiKeyAuth
-
- setBasePath(String) - Method in class com.genesys.internal.common.ApiClient
-
Set base path
- setCode(Integer) - Method in class com.genesys.internal.statistics.model.ApiResponseStatus
-
- setConnectTimeout(int) - Method in class com.genesys.internal.common.ApiClient
-
Sets the connect timeout (in milliseconds).
- setData(Object) - Method in class com.genesys.internal.statistics.model.ModelApiResponse
-
- setData(StatisticsData) - Method in class com.genesys.internal.statistics.model.StatisticsData
-
- setDateFormat(DateFormat) - Method in class com.genesys.internal.common.ApiClient
-
- setDatetimeFormat(DateFormat) - Method in class com.genesys.internal.common.ApiClient
-
- setDebugging(boolean) - Method in class com.genesys.internal.common.ApiClient
-
Enable/disable debugging for this API client.
- setDefaultApiClient(ApiClient) - Static method in class com.genesys.internal.common.Configuration
-
Set the default API client, which would be used when creating API
instances without providing an API client.
- setDetail(Object) - Method in class com.genesys.internal.statistics.model.ApiResponseStatus
-
- setErrors(ModelApiResponse) - Method in class com.genesys.internal.statistics.model.ModelApiResponse
-
- setErrors(ModelApiResponse) - Method in class com.genesys.internal.statistics.model.StatisticsData
-
- setGson(Gson) - Method in class com.genesys.internal.common.JSON
-
Set Gson.
- setHttpClient(OkHttpClient) - Method in class com.genesys.internal.common.ApiClient
-
Set HTTP client
- setJSON(JSON) - Method in class com.genesys.internal.common.ApiClient
-
Set JSON
- setKeyManagers(KeyManager[]) - Method in class com.genesys.internal.common.ApiClient
-
Configure client keys to use for authorization in an SSL session.
- setLenientDatetimeFormat(boolean) - Method in class com.genesys.internal.common.ApiClient
-
- setLenientOnJson(boolean) - Method in class com.genesys.internal.common.ApiClient
-
Set LenientOnJson
- setMessage(String) - Method in class com.genesys.internal.statistics.model.ApiResponseStatus
-
- setName(String) - Method in class com.genesys.internal.statistics.model.PeekedStatisticValue
-
- setObjectId(String) - Method in class com.genesys.internal.statistics.model.PeekedStatisticValue
-
- setObjectType(String) - Method in class com.genesys.internal.statistics.model.PeekedStatisticValue
-
- setPassword(String) - Method in class com.genesys.internal.common.ApiClient
-
Helper method to set password for the first HTTP basic authentication.
- setPassword(String) - Method in class com.genesys.internal.common.auth.HttpBasicAuth
-
- setPath(String) - Method in class com.genesys.internal.statistics.model.ModelApiResponse
-
- setPath(String) - Method in class com.genesys.internal.statistics.model.StatisticsData
-
- setSslCaCert(InputStream) - Method in class com.genesys.internal.common.ApiClient
-
Configure the CA certificate to be trusted when making https requests.
- setStatisticId(String) - Method in class com.genesys.internal.statistics.model.StatisticValue
-
- setStatus(ApiResponseStatus) - Method in class com.genesys.internal.statistics.model.ModelApiResponse
-
- setStatus(ApiResponseStatus) - Method in class com.genesys.internal.statistics.model.StatisticsData
-
- setTempFolderPath(String) - Method in class com.genesys.internal.common.ApiClient
-
Set the tempoaray folder path (for downloading files)
- setTimestamp(Long) - Method in class com.genesys.internal.statistics.model.PeekedStatisticValue
-
- setTimestamp(Long) - Method in class com.genesys.internal.statistics.model.StatisticValue
-
- setUserAgent(String) - Method in class com.genesys.internal.common.ApiClient
-
Set the User-Agent header's value (by adding to the default header map).
- setUsername(String) - Method in class com.genesys.internal.common.ApiClient
-
Helper method to set username for the first HTTP basic authentication.
- setUsername(String) - Method in class com.genesys.internal.common.auth.HttpBasicAuth
-
- setValue(Object) - Method in class com.genesys.internal.statistics.model.PeekedStatisticValue
-
- setValue(Object) - Method in class com.genesys.internal.statistics.model.StatisticValue
-
- setVerifyingSsl(boolean) - Method in class com.genesys.internal.common.ApiClient
-
Configure whether to verify certificate and hostname when making https requests.
- source() - Method in class com.genesys.internal.common.ProgressResponseBody
-
- statisticId(String) - Method in class com.genesys.internal.statistics.model.StatisticValue
-
- StatisticsApi - Class in com.genesys.internal.statistics.api
-
- StatisticsApi() - Constructor for class com.genesys.internal.statistics.api.StatisticsApi
-
- StatisticsApi(ApiClient) - Constructor for class com.genesys.internal.statistics.api.StatisticsApi
-
- StatisticsData - Class in com.genesys.internal.statistics.model
-
StatisticsData
- StatisticsData() - Constructor for class com.genesys.internal.statistics.model.StatisticsData
-
- StatisticValue - Class in com.genesys.internal.statistics.model
-
StatisticValue
- StatisticValue() - Constructor for class com.genesys.internal.statistics.model.StatisticValue
-
- status(ApiResponseStatus) - Method in class com.genesys.internal.statistics.model.ModelApiResponse
-
- status(ApiResponseStatus) - Method in class com.genesys.internal.statistics.model.StatisticsData
-
- StringUtil - Class in com.genesys.internal.common
-
- StringUtil() - Constructor for class com.genesys.internal.common.StringUtil
-