Skip navigation links
A B C D E F G H I J L M N O P S T U V W 

A

addDefaultHeader(String, String) - Method in class com.genesys.internal.common.ApiClient
Add a default header.
ANDROID_SDK_VERSION - Static variable in class com.genesys.internal.common.ApiClient
 
ApiCallback<T> - Interface in com.genesys.internal.common
Callback for asynchronous API call.
ApiClient - Class in com.genesys.internal.common
 
ApiClient() - Constructor for class com.genesys.internal.common.ApiClient
 
ApiException - Exception in com.genesys.internal.common
 
ApiException() - Constructor for exception com.genesys.internal.common.ApiException
 
ApiException(Throwable) - Constructor for exception com.genesys.internal.common.ApiException
 
ApiException(String) - Constructor for exception com.genesys.internal.common.ApiException
 
ApiException(String, Throwable, int, Map<String, List<String>>, String) - Constructor for exception com.genesys.internal.common.ApiException
 
ApiException(String, int, Map<String, List<String>>, String) - Constructor for exception com.genesys.internal.common.ApiException
 
ApiException(String, Throwable, int, Map<String, List<String>>) - Constructor for exception com.genesys.internal.common.ApiException
 
ApiException(int, Map<String, List<String>>, String) - Constructor for exception com.genesys.internal.common.ApiException
 
ApiException(int, String) - Constructor for exception com.genesys.internal.common.ApiException
 
ApiException(int, String, Map<String, List<String>>, String) - Constructor for exception com.genesys.internal.common.ApiException
 
ApiKeyAuth - Class in com.genesys.internal.common.auth
 
ApiKeyAuth(String, String) - Constructor for class com.genesys.internal.common.auth.ApiKeyAuth
 
ApiResponse<T> - Class in com.genesys.internal.common
API response returned by API call.
ApiResponse(int, Map<String, List<String>>) - Constructor for class com.genesys.internal.common.ApiResponse
 
ApiResponse(int, Map<String, List<String>>, T) - Constructor for class com.genesys.internal.common.ApiResponse
 
ApiResponseStatus - Class in com.genesys.internal.statistics.model
ApiResponseStatus
ApiResponseStatus() - Constructor for class com.genesys.internal.statistics.model.ApiResponseStatus
 
applyToParams(List<Pair>, Map<String, String>) - Method in class com.genesys.internal.common.auth.ApiKeyAuth
 
applyToParams(List<Pair>, Map<String, String>) - Method in interface com.genesys.internal.common.auth.Authentication
Apply authentication settings to header and query params.
applyToParams(List<Pair>, Map<String, String>) - Method in class com.genesys.internal.common.auth.HttpBasicAuth
 
applyToParams(List<Pair>, Map<String, String>) - Method in class com.genesys.internal.common.auth.OAuth
 
Authentication - Interface in com.genesys.internal.common.auth
 

B

buildCall(String, String, List<Pair>, Object, Map<String, String>, Map<String, Object>, String[], ProgressRequestBody.ProgressRequestListener) - Method in class com.genesys.internal.common.ApiClient
Build HTTP call with the given options.
buildRequest(String, String, List<Pair>, Object, Map<String, String>, Map<String, Object>, String[], ProgressRequestBody.ProgressRequestListener) - Method in class com.genesys.internal.common.ApiClient
Build an HTTP request with the given options.
buildRequestBodyFormEncoding(Map<String, Object>) - Method in class com.genesys.internal.common.ApiClient
Build a form-encoding request body with the given form parameters.
buildRequestBodyMultipart(Map<String, Object>) - Method in class com.genesys.internal.common.ApiClient
Build a multipart (file uploading) request body with the given form parameters, which could contain text fields and file fields.
buildUrl(String, List<Pair>) - Method in class com.genesys.internal.common.ApiClient
Build full URL by concatenating base path, the given sub path and query parameters.

C

code(Integer) - Method in class com.genesys.internal.statistics.model.ApiResponseStatus
 
com.genesys.internal.common - package com.genesys.internal.common
 
com.genesys.internal.common.auth - package com.genesys.internal.common.auth
 
com.genesys.internal.statistics.api - package com.genesys.internal.statistics.api
 
com.genesys.internal.statistics.model - package com.genesys.internal.statistics.model
 
Configuration - Class in com.genesys.internal.common
 
Configuration() - Constructor for class com.genesys.internal.common.Configuration
 
containsIgnoreCase(String[], String) - Static method in class com.genesys.internal.common.StringUtil
Check if the given array contains the given value (with case-insensitive comparison).
contentLength() - Method in class com.genesys.internal.common.ProgressRequestBody
 
contentLength() - Method in class com.genesys.internal.common.ProgressResponseBody
 
contentType() - Method in class com.genesys.internal.common.ProgressRequestBody
 
contentType() - Method in class com.genesys.internal.common.ProgressResponseBody
 
createSubscription(String) - Method in class com.genesys.internal.statistics.api.StatisticsApi
Opens the stat server subscription for the specified set of statistics
createSubscriptionAsync(String, ApiCallback<ModelApiResponse>) - Method in class com.genesys.internal.statistics.api.StatisticsApi
Opens the stat server subscription for the specified set of statistics (asynchronously)
createSubscriptionCall(String, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.genesys.internal.statistics.api.StatisticsApi
Build call for createSubscription
createSubscriptionWithHttpInfo(String) - Method in class com.genesys.internal.statistics.api.StatisticsApi
Opens the stat server subscription for the specified set of statistics

D

data(Object) - Method in class com.genesys.internal.statistics.model.ModelApiResponse
 
data(StatisticsData) - Method in class com.genesys.internal.statistics.model.StatisticsData
 
deleteSubscription(String) - Method in class com.genesys.internal.statistics.api.StatisticsApi
Deletes the specified stat server subscription
deleteSubscriptionAsync(String, ApiCallback<ModelApiResponse>) - Method in class com.genesys.internal.statistics.api.StatisticsApi
Deletes the specified stat server subscription (asynchronously)
deleteSubscriptionCall(String, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.genesys.internal.statistics.api.StatisticsApi
Build call for deleteSubscription
deleteSubscriptionWithHttpInfo(String) - Method in class com.genesys.internal.statistics.api.StatisticsApi
Deletes the specified stat server subscription
deserialize(Response, Type) - Method in class com.genesys.internal.common.ApiClient
Deserialize response body to Java object, according to the return type and the Content-Type response header.
deserialize(String, Type) - Method in class com.genesys.internal.common.JSON
Deserialize the given JSON string to Java object.
detail(Object) - Method in class com.genesys.internal.statistics.model.ApiResponseStatus
 
downloadFileFromResponse(Response) - Method in class com.genesys.internal.common.ApiClient
Download file from the given response.

E

equals(Object) - Method in class com.genesys.internal.statistics.model.ApiResponseStatus
 
equals(Object) - Method in class com.genesys.internal.statistics.model.ModelApiResponse
 
equals(Object) - Method in class com.genesys.internal.statistics.model.PeekedStatisticValue
 
equals(Object) - Method in class com.genesys.internal.statistics.model.StatisticsData
 
equals(Object) - Method in class com.genesys.internal.statistics.model.StatisticValue
 
errors(ModelApiResponse) - Method in class com.genesys.internal.statistics.model.ModelApiResponse
 
errors(ModelApiResponse) - Method in class com.genesys.internal.statistics.model.StatisticsData
 
escapeString(String) - Method in class com.genesys.internal.common.ApiClient
Escape the given string to be used as URL query value.
execute(Call) - Method in class com.genesys.internal.common.ApiClient
execute(Call, Type) - Method in class com.genesys.internal.common.ApiClient
Execute HTTP call and deserialize the HTTP response body into the given return type.
executeAsync(Call, ApiCallback<T>) - Method in class com.genesys.internal.common.ApiClient
executeAsync(Call, Type, ApiCallback<T>) - Method in class com.genesys.internal.common.ApiClient
Execute HTTP call asynchronously.

F

formatDate(Date) - Method in class com.genesys.internal.common.ApiClient
Format the given Date object into string (Date format).
formatDatetime(Date) - Method in class com.genesys.internal.common.ApiClient
Format the given Date object into string (Datetime format).

G

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").

H

handleResponse(Response, Type) - Method in class com.genesys.internal.common.ApiClient
Handle the given response, return the deserialized object when the response is successful.
hashCode() - Method in class com.genesys.internal.statistics.model.ApiResponseStatus
 
hashCode() - Method in class com.genesys.internal.statistics.model.ModelApiResponse
 
hashCode() - Method in class com.genesys.internal.statistics.model.PeekedStatisticValue
 
hashCode() - Method in class com.genesys.internal.statistics.model.StatisticsData
 
hashCode() - Method in class com.genesys.internal.statistics.model.StatisticValue
 
HttpBasicAuth - Class in com.genesys.internal.common.auth
 
HttpBasicAuth() - Constructor for class com.genesys.internal.common.auth.HttpBasicAuth
 

I

IS_ANDROID - Static variable in class com.genesys.internal.common.ApiClient
 
isDebugging() - Method in class com.genesys.internal.common.ApiClient
Check that whether debugging is enabled for this API client.
isJsonMime(String) - Method in class com.genesys.internal.common.ApiClient
Check if the given MIME is a JSON MIME.
isLenientDatetimeFormat() - Method in class com.genesys.internal.common.ApiClient
Whether to allow various ISO 8601 datetime formats when parsing a datetime string.
isLenientOnJson() - Method in class com.genesys.internal.common.ApiClient
 
isVerifyingSsl() - Method in class com.genesys.internal.common.ApiClient
True if isVerifyingSsl flag is on

J

JAVA_VERSION - Static variable in class com.genesys.internal.common.ApiClient
 
join(String[], String) - Static method in class com.genesys.internal.common.StringUtil
Join an array of strings with the given separator.
JSON - Class in com.genesys.internal.common
 
JSON(ApiClient) - Constructor for class com.genesys.internal.common.JSON
JSON constructor.

L

LENIENT_DATETIME_FORMAT - Static variable in class com.genesys.internal.common.ApiClient
The datetime format to be used when lenientDatetimeFormat is enabled.

M

message(String) - Method in class com.genesys.internal.statistics.model.ApiResponseStatus
 
ModelApiResponse - Class in com.genesys.internal.statistics.model
ModelApiResponse
ModelApiResponse() - Constructor for class com.genesys.internal.statistics.model.ModelApiResponse
 

N

name(String) - Method in class com.genesys.internal.statistics.model.PeekedStatisticValue
 

O

OAuth - Class in com.genesys.internal.common.auth
 
OAuth() - Constructor for class com.genesys.internal.common.auth.OAuth
 
OAuthFlow - Enum in com.genesys.internal.common.auth
 
objectId(String) - Method in class com.genesys.internal.statistics.model.PeekedStatisticValue
 
objectType(String) - Method in class com.genesys.internal.statistics.model.PeekedStatisticValue
 
onDownloadProgress(long, long, boolean) - Method in interface com.genesys.internal.common.ApiCallback
This is called when the API downlond processing.
onFailure(ApiException, int, Map<String, List<String>>) - Method in interface com.genesys.internal.common.ApiCallback
This is called when the API call fails.
onRequestProgress(long, long, boolean) - Method in interface com.genesys.internal.common.ProgressRequestBody.ProgressRequestListener
 
onSuccess(T, int, Map<String, List<String>>) - Method in interface com.genesys.internal.common.ApiCallback
This is called when the API call succeeded.
onUploadProgress(long, long, boolean) - Method in interface com.genesys.internal.common.ApiCallback
This is called when the API upload processing.

P

Pair - Class in com.genesys.internal.common
 
Pair(String, String) - Constructor for class com.genesys.internal.common.Pair
 
parameterToPairs(String, String, Object) - Method in class com.genesys.internal.common.ApiClient
Format to Pair objects.
parameterToString(Object) - Method in class com.genesys.internal.common.ApiClient
Format the given parameter object into string.
parseDate(String) - Method in class com.genesys.internal.common.ApiClient
Parse the given date string into Date object.
parseDateOrDatetime(String) - Method in class com.genesys.internal.common.ApiClient
 
parseDatetime(String) - Method in class com.genesys.internal.common.ApiClient
Parse the given datetime string into Date object.
path(String) - Method in class com.genesys.internal.statistics.model.ModelApiResponse
 
path(String) - Method in class com.genesys.internal.statistics.model.StatisticsData
 
PeekedStatisticValue - Class in com.genesys.internal.statistics.model
PeekedStatisticValue
PeekedStatisticValue() - Constructor for class com.genesys.internal.statistics.model.PeekedStatisticValue
 
peekSubscriptionStats(String, String) - Method in class com.genesys.internal.statistics.api.StatisticsApi
Peeks the values of statistics opened inside the specified subscription
peekSubscriptionStatsAsync(String, String, ApiCallback<ModelApiResponse>) - Method in class com.genesys.internal.statistics.api.StatisticsApi
Peeks the values of statistics opened inside the specified subscription (asynchronously)
peekSubscriptionStatsCall(String, String, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.genesys.internal.statistics.api.StatisticsApi
Build call for peekSubscriptionStats
peekSubscriptionStatsWithHttpInfo(String, String) - Method in class com.genesys.internal.statistics.api.StatisticsApi
Peeks the values of statistics opened inside the specified subscription
prepareDownloadFile(Response) - Method in class com.genesys.internal.common.ApiClient
Prepare file for download
processHeaderParams(Map<String, String>, Request.Builder) - Method in class com.genesys.internal.common.ApiClient
Set header parameters to the request builder, including default headers.
ProgressRequestBody - Class in com.genesys.internal.common
 
ProgressRequestBody(RequestBody, ProgressRequestBody.ProgressRequestListener) - Constructor for class com.genesys.internal.common.ProgressRequestBody
 
ProgressRequestBody.ProgressRequestListener - Interface in com.genesys.internal.common
 
ProgressResponseBody - Class in com.genesys.internal.common
 
ProgressResponseBody(ResponseBody, ProgressResponseBody.ProgressListener) - Constructor for class com.genesys.internal.common.ProgressResponseBody
 
ProgressResponseBody.ProgressListener - Interface in com.genesys.internal.common
 

S

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
 

T

timestamp(Long) - Method in class com.genesys.internal.statistics.model.PeekedStatisticValue
 
timestamp(Long) - Method in class com.genesys.internal.statistics.model.StatisticValue
 
toString() - Method in class com.genesys.internal.statistics.model.ApiResponseStatus
 
toString() - Method in class com.genesys.internal.statistics.model.ModelApiResponse
 
toString() - Method in class com.genesys.internal.statistics.model.PeekedStatisticValue
 
toString() - Method in class com.genesys.internal.statistics.model.StatisticsData
 
toString() - Method in class com.genesys.internal.statistics.model.StatisticValue
 

U

update(long, long, boolean) - Method in interface com.genesys.internal.common.ProgressResponseBody.ProgressListener
 
updateParamsForAuth(String[], List<Pair>, Map<String, String>) - Method in class com.genesys.internal.common.ApiClient
Update query and header parameters based on authentication settings.

V

value(Object) - Method in class com.genesys.internal.statistics.model.PeekedStatisticValue
 
value(Object) - Method in class com.genesys.internal.statistics.model.StatisticValue
 
valueOf(String) - Static method in enum com.genesys.internal.common.auth.OAuthFlow
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.genesys.internal.common.auth.OAuthFlow
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeTo(BufferedSink) - Method in class com.genesys.internal.common.ProgressRequestBody
 
A B C D E F G H I J L M N O P S T U V W 
Skip navigation links