- DateHelper - Class in io.apimatic.core.utilities
-
This is a utility class for Date operations.
- DateHelper() - Constructor for class io.apimatic.core.utilities.DateHelper
-
- DateHelper.SimpleAdapter - Class in io.apimatic.core.utilities
-
Simple Adapter utility class.
- DateHelper.SimpleDateDeserializer - Class in io.apimatic.core.utilities
-
A class to handle deserialization of date strings to LocalDate objects.
- DateHelper.SimpleDateSerializer - Class in io.apimatic.core.utilities
-
A class to handle serialization of LocalDate objects to date strings.
- DEFAULT - Static variable in class io.apimatic.core.ErrorCase
-
A key for the default errors.
- deserialize(JsonNode, TypeReference<T1>, Class<T2>, JsonDeserializer<T2>) - Static method in class io.apimatic.core.utilities.CoreHelper
-
Json deserialization of the given Json string using a specified JsonDerializer.
- deserialize(String, TypeReference<T1>, Class<T2>, JsonDeserializer<T2>) - Static method in class io.apimatic.core.utilities.CoreHelper
-
Json deserialization of the given Json string using a specified JsonDerializer.
- deserialize(String, Class<T>) - Static method in class io.apimatic.core.utilities.CoreHelper
-
Json deserialization of the given Json string.
- deserialize(JsonNode, List<Class<? extends T>>, boolean) - Static method in class io.apimatic.core.utilities.CoreHelper
-
Strict JSON deserialization of the given JSON string with FAIL_ON_UNKNOWN_PROPERTIES flag as
true, used particularly for type combinators.
- deserialize(String) - Static method in class io.apimatic.core.utilities.CoreHelper
-
Json deserialization of the given Json string.
- deserialize(String, TypeReference<T>) - Static method in class io.apimatic.core.utilities.CoreHelper
-
JSON Deserialization of the given json string.
- deserialize(JsonNode, TypeReference<T>) - Static method in class io.apimatic.core.utilities.CoreHelper
-
JSON Deserialization of the given json string with FAIL_ON_UNKNOWN_PROPERTIES flag as true.
- deserialize(JsonNode, Class<T>) - Static method in class io.apimatic.core.utilities.CoreHelper
-
JSON deserialization of the given JsonNode with FAIL_ON_UNKNOWN_PROPERTIES flag as true.
- deserialize(JsonParser, DeserializationContext, String, List<Map<String, Class<? extends T>>>, List<Class<? extends T>>, boolean) - Static method in class io.apimatic.core.utilities.CoreHelper
-
JSON Deserialization from custom deserializer based on given discriminator and registry.
- deserialize(JsonParser, DeserializationContext) - Method in class io.apimatic.core.utilities.DateHelper.SimpleDateDeserializer
-
- deserialize(JsonParser, DeserializationContext) - Method in class io.apimatic.core.utilities.LocalDateTimeHelper.Rfc1123DateTimeDeserializer
-
- deserialize(JsonParser, DeserializationContext) - Method in class io.apimatic.core.utilities.LocalDateTimeHelper.Rfc8601DateTimeDeserializer
-
- deserialize(JsonParser, DeserializationContext) - Method in class io.apimatic.core.utilities.LocalDateTimeHelper.UnixTimestampDeserializer
-
- deserialize(JsonParser, DeserializationContext) - Method in class io.apimatic.core.utilities.ZonedDateTimeHelper.Rfc1123DateTimeDeserializer
-
- deserialize(JsonParser, DeserializationContext) - Method in class io.apimatic.core.utilities.ZonedDateTimeHelper.Rfc8601DateTimeDeserializer
-
- deserialize(JsonParser, DeserializationContext) - Method in class io.apimatic.core.utilities.ZonedDateTimeHelper.UnixTimestampDeserializer
-
- deserializeArray(String, Class<T[]>) - Static method in class io.apimatic.core.utilities.CoreHelper
-
JSON Deserialization of the given json string.
- deserializeArray(JsonNode, Class<T[]>) - Static method in class io.apimatic.core.utilities.CoreHelper
-
JSON Deserialization of the given json string with FAIL_ON_UNKNOWN_PROPERTIES flag as true.
- deserializeAsObject(String) - Static method in class io.apimatic.core.utilities.CoreHelper
-
Json deserialization of the given Json string.
- deserializer(Deserializer<ResponseType>) - Method in class io.apimatic.core.ResponseHandler.Builder
-
Setter for the deserializer.
- deserializeRfc1123DateTime(String) - Static method in class io.apimatic.core.utilities.XmlLocalDateTimeHelper
-
Deserialize the RFC 1123 datetime xml string.
- deserializeRfc1123DateTime(String) - Static method in class io.apimatic.core.utilities.XmlZonedDateTimeHelper
-
Deserialize the RFC 1123 zoned date time string.
- deserializeRfc8601DateTime(String) - Static method in class io.apimatic.core.utilities.XmlLocalDateTimeHelper
-
Deserialize the RFC 8601 datetime xml string.
- deserializeRfc8601DateTime(String) - Static method in class io.apimatic.core.utilities.XmlZonedDateTimeHelper
-
Deserialize the RFC 8601 zoned date time string.
- deserializeSimpleDate(String) - Static method in class io.apimatic.core.utilities.XMLDateHelper
-
Deserialize the simple date string.
- deserializeUnixTimeStamp(String) - Static method in class io.apimatic.core.utilities.XmlLocalDateTimeHelper
-
Deserialize the unix time stamp xml string.
- deserializeUnixTimeStamp(String) - Static method in class io.apimatic.core.utilities.XmlZonedDateTimeHelper
-
Deserialize the unix time stamp zoned date time string.
- deserializeXml(String, Class<T>) - Static method in class io.apimatic.core.utilities.CoreHelper
-
XML Deserialization of the given xml string.
- deserializeXmlArray(String, Class<T[]>) - Static method in class io.apimatic.core.utilities.CoreHelper
-
XML Deserialization of the given xml string.
- deserializeXmlSimpleTypesArray(String, Class<T>) - Static method in class io.apimatic.core.utilities.CoreHelper
-
XML Deserialization of the given xml string for simple types.
- Dynamic - Class in io.apimatic.core.types.http.response
-
Represents dynamic response returned by an API call.
- Dynamic(Response) - Constructor for class io.apimatic.core.types.http.response.Dynamic
-
Instantiate class.
- formParam(Consumer<Parameter.Builder>) - Method in class io.apimatic.core.HttpRequest.Builder
-
To configure the form parameter.
- formParam(Map<String, Object>) - Method in class io.apimatic.core.HttpRequest.Builder
-
To configure the optional form parameters.
- fromArray(List<T>) - Static method in class io.apimatic.core.utilities.CoreJsonValue
-
Initializes JsonValue instance with provided list of values.
- fromBoolean(Boolean) - Static method in class io.apimatic.core.utilities.CoreJsonValue
-
Initializes JsonValue instance with provided value.
- fromDouble(Double) - Static method in class io.apimatic.core.utilities.CoreJsonValue
-
Initializes JsonValue instance with provided value.
- fromInteger(Integer) - Static method in class io.apimatic.core.utilities.CoreJsonValue
-
Initializes JsonValue instance with provided value.
- fromJsonString(String) - Static method in class io.apimatic.core.utilities.CoreJsonObject
-
Initializes JsonObject with provided JSON.
- fromLong(Long) - Static method in class io.apimatic.core.utilities.CoreJsonValue
-
Initializes JsonValue instance with provided value.
- fromObject(Object) - Static method in class io.apimatic.core.utilities.CoreJsonValue
-
Initializes JsonValue instance with provided value.
- fromRfc1123DateTime(String) - Static method in class io.apimatic.core.utilities.LocalDateTimeHelper
-
Parse a datetime string in Rfc1123 format to a DateTime object.
- fromRfc1123DateTime(String) - Static method in class io.apimatic.core.utilities.ZonedDateTimeHelper
-
Parse a datetime string in Rfc1123 format to a DateTime object.
- fromRfc8601DateTime(String) - Static method in class io.apimatic.core.utilities.LocalDateTimeHelper
-
Parse a datetime string in Rfc8601(Rfc3339) format to a DateTime object.
- fromRfc8601DateTime(String) - Static method in class io.apimatic.core.utilities.ZonedDateTimeHelper
-
Parse a datetime string in Rfc8601(Rfc3339) format to a DateTime object.
- fromSimpleDate(String) - Static method in class io.apimatic.core.utilities.DateHelper
-
Parse a simple date string to a LocalDate object.
- fromString(String) - Static method in class io.apimatic.core.utilities.CoreJsonValue
-
Initializes JsonValue instance with provided value.
- fromUnixTimestamp(Long) - Static method in class io.apimatic.core.utilities.LocalDateTimeHelper
-
Parse a Unix Timestamp to a DateTime object.
- fromUnixTimestamp(String) - Static method in class io.apimatic.core.utilities.LocalDateTimeHelper
-
Parse a Unix Timestamp string to a DateTime object.
- fromUnixTimestamp(Long) - Static method in class io.apimatic.core.utilities.ZonedDateTimeHelper
-
Parse a Unix Timestamp to a DateTime object.
- fromUnixTimestamp(String) - Static method in class io.apimatic.core.utilities.ZonedDateTimeHelper
-
Parse a Unix Timestamp string to a DateTime object.
- getAdditionalHeaders() - Method in class io.apimatic.core.GlobalConfiguration
-
- getAdditionalProperties() - Method in class io.apimatic.core.types.BaseModel
-
Any GETTER.
- getArraySerializationFormat() - Method in class io.apimatic.core.configurations.http.request.EndpointConfiguration
-
Enumeration for all ArraySerialization formats
- getAuthentications() - Method in class io.apimatic.core.GlobalConfiguration
-
- getBackOffFactor() - Method in class io.apimatic.core.configurations.http.client.CoreHttpClientConfiguration
-
To use in calculation of wait time for next request in case of failure.
- getBase64EncodedCredentials(String, String) - Static method in class io.apimatic.core.utilities.CoreHelper
-
Responsible to encode into base64 the username and password
- getBaseUri() - Method in class io.apimatic.core.GlobalConfiguration
-
- getByteArray() - Method in class io.apimatic.core.types.http.request.MultipartWrapper
-
Getter for bytes.
- getCompatibilityFactory() - Method in class io.apimatic.core.GlobalConfiguration
-
- getCoreHttpRequest() - Method in class io.apimatic.core.HttpRequest
-
- getFile(String) - Static method in class io.apimatic.core.utilities.TestHelper
-
Downloads a given url and return a path to its local version.
- getFileWrapper() - Method in class io.apimatic.core.types.http.request.MultipartFileWrapper
-
Getter for file wrapper.
- getFrom(OptionalNullable<T>) - Static method in class io.apimatic.core.types.OptionalNullable
-
Extracts the encapsulated value from the given OptionalNullable.
- getGlobalHeaders() - Method in class io.apimatic.core.GlobalConfiguration
-
- getHeaderFilters() - Method in class io.apimatic.core.configurations.http.client.ApiLoggingConfiguration
-
Getter for headers' filters.
- getHeaderLoggingPolicy() - Method in class io.apimatic.core.configurations.http.client.ApiLoggingConfiguration
-
Getter for header logging policy.
- getHeaders() - Method in class io.apimatic.core.types.http.request.MultipartFileWrapper
-
Getter for headers.
- getHeaders() - Method in class io.apimatic.core.types.http.request.MultipartWrapper
-
Getter for headers.
- getHeaders() - Method in class io.apimatic.core.types.http.response.Dynamic
-
Get response headers for the HTTP response.
- getHttpCallback() - Method in class io.apimatic.core.GlobalConfiguration
-
- getHttpClient() - Method in class io.apimatic.core.GlobalConfiguration
-
- getHttpClientInstance() - Method in class io.apimatic.core.configurations.http.client.CoreHttpClientConfiguration
-
The OkHttpClient instance used to make the HTTP calls.
- getHttpContext() - Method in exception io.apimatic.core.types.CoreApiException
-
The HTTP response body from the API request.
- getHttpMethodsToRetry() - Method in class io.apimatic.core.configurations.http.client.CoreHttpClientConfiguration
-
Http methods to retry against.
- getHttpStatusCodesToRetry() - Method in class io.apimatic.core.configurations.http.client.CoreHttpClientConfiguration
-
Http status codes to retry against.
- getKey() - Method in class io.apimatic.core.Parameter
-
Getter for the key.
- getLevel() - Method in class io.apimatic.core.configurations.http.client.ApiLoggingConfiguration
-
Getter for level.
- getMapper() - Static method in class io.apimatic.core.utilities.CoreHelper
-
Deserialization of Json data.
- getMaximumRetryWaitTime() - Method in class io.apimatic.core.configurations.http.client.CoreHttpClientConfiguration
-
The maximum wait time for overall retrying requests.
- getMultipartHeaders() - Method in class io.apimatic.core.Parameter
-
Getter for the multipartHeaders.
- getMultiPartRequest() - Method in class io.apimatic.core.Parameter
-
Getter for the MultipartRequestType.
- getMultipartSerializer() - Method in class io.apimatic.core.Parameter
-
Getter for the multipartSerializer.
- getNumberOfRetries() - Method in class io.apimatic.core.configurations.http.client.CoreHttpClientConfiguration
-
The number of retries to make.
- getRawBody() - Method in class io.apimatic.core.types.http.response.Dynamic
-
Get the raw stream for the response body.
- getResponseCode() - Method in exception io.apimatic.core.types.CoreApiException
-
The HTTP response code from the API request.
- getRetryInterval() - Method in class io.apimatic.core.configurations.http.client.CoreHttpClientConfiguration
-
To use in calculation of wait time for next request in case of failure.
- getRetryOption() - Method in class io.apimatic.core.configurations.http.request.EndpointConfiguration
-
Retry options enumeration for HTTP request
- getStoredObject() - Method in class io.apimatic.core.utilities.CoreJsonObject
-
Getter for stored JSON object.
- getStoredObject() - Method in class io.apimatic.core.utilities.CoreJsonValue
-
Getter for stored JSON object.
- getStrictMapper() - Static method in class io.apimatic.core.utilities.CoreHelper
-
Strict Deserialization of Json data.
- getTimeout() - Method in class io.apimatic.core.configurations.http.client.CoreHttpClientConfiguration
-
The timeout in seconds to use for making HTTP requests.
- getUserAgent() - Method in class io.apimatic.core.GlobalConfiguration
-
- getUserAgentConfig() - Method in class io.apimatic.core.GlobalConfiguration
-
- getValue() - Method in class io.apimatic.core.Parameter
-
Getter for the parameter value.
- getValue(String) - Method in class io.apimatic.core.types.BaseModel
-
Provides access to all properties using property name as key.
- globalConfig(GlobalConfiguration) - Method in class io.apimatic.core.ApiCall.Builder
-
- GlobalConfiguration - Class in io.apimatic.core
-
A class which hold the global configuration properties to make a successful Api Call
- GlobalConfiguration.Builder - Class in io.apimatic.core
-
- globalErrorCase(Map<String, ErrorCase<ExceptionType>>) - Method in class io.apimatic.core.ResponseHandler.Builder
-
Setter for the globalErrorCases.
- globalHeader(String, String) - Method in class io.apimatic.core.GlobalConfiguration.Builder
-
- level(LoggingLevel) - Method in class io.apimatic.core.configurations.http.client.ApiLoggingConfiguration.Builder
-
Set level for logging.
- LocalDateTimeHelper - Class in io.apimatic.core.utilities
-
This is a utility class for LocalDateTime operations.
- LocalDateTimeHelper() - Constructor for class io.apimatic.core.utilities.LocalDateTimeHelper
-
- LocalDateTimeHelper.Rfc1123DateTimeAdapter - Class in io.apimatic.core.utilities
-
Rfc1123 Date Time adapter utility class.
- LocalDateTimeHelper.Rfc1123DateTimeDeserializer - Class in io.apimatic.core.utilities
-
A class to handle deserialization of DateTime objects to Rfc1123 format strings.
- LocalDateTimeHelper.Rfc1123DateTimeSerializer - Class in io.apimatic.core.utilities
-
A class to handle serialization of Rfc1123 format strings to DateTime objects.
- LocalDateTimeHelper.Rfc8601DateTimeAdapter - Class in io.apimatic.core.utilities
-
Rfc8601 Date Time adapter utility class.
- LocalDateTimeHelper.Rfc8601DateTimeDeserializer - Class in io.apimatic.core.utilities
-
A class to handle deserialization of DateTime objects to Rfc8601(Rfc3339) format strings.
- LocalDateTimeHelper.Rfc8601DateTimeSerializer - Class in io.apimatic.core.utilities
-
A class to handle serialization of Rfc8601(Rfc3339) format strings to DateTime objects.
- LocalDateTimeHelper.UnixTimestampAdapter - Class in io.apimatic.core.utilities
-
UnixTimestamp adapter utility class.
- LocalDateTimeHelper.UnixTimestampDeserializer - Class in io.apimatic.core.utilities
-
A class to handle deserialization of DateTime objects to Unix Timestamps.
- LocalDateTimeHelper.UnixTimestampSerializer - Class in io.apimatic.core.utilities
-
A class to handle serialization of Unix Timestamps to DateTime objects.
- localErrorCase(String, ErrorCase<ExceptionType>) - Method in class io.apimatic.core.ResponseHandler.Builder
-
Setter for the localErrorCase.
- logEverything() - Method in class io.apimatic.core.configurations.http.client.ApiLoggingConfiguration.Builder
-
Enable all logs.
- logNothing() - Method in class io.apimatic.core.configurations.http.client.ApiLoggingConfiguration.Builder
-
Disable all logs.
- logRequest(Request, String) - Method in class io.apimatic.core.logger.HttpLogger
-
Log requests.
- logRequest(Request, String, String) - Method in class io.apimatic.core.logger.HttpLogger
-
Log requests.
- logRequestBody(boolean) - Method in class io.apimatic.core.configurations.http.client.ApiLoggingConfiguration.Builder
-
Enable or disable logging of request body or form parameters.
- logRequestHeaders(boolean) - Method in class io.apimatic.core.configurations.http.client.ApiLoggingConfiguration.Builder
-
Enable or disable logging of headers for requests.
- logRequestInfo(boolean) - Method in class io.apimatic.core.configurations.http.client.ApiLoggingConfiguration.Builder
-
Enable or disable logging of request info.
- logResponse(Request, Response) - Method in class io.apimatic.core.logger.HttpLogger
-
Log Responses.
- logResponse(Request, Response, String) - Method in class io.apimatic.core.logger.HttpLogger
-
Log Responses.
- logResponseBody(boolean) - Method in class io.apimatic.core.configurations.http.client.ApiLoggingConfiguration.Builder
-
Enable or disable logging of response body.
- logResponseHeaders(boolean) - Method in class io.apimatic.core.configurations.http.client.ApiLoggingConfiguration.Builder
-
Enable or disable logging of headers for responses.
- logResponseInfo(boolean) - Method in class io.apimatic.core.configurations.http.client.ApiLoggingConfiguration.Builder
-
Enable or disable logging of response info.
- serialize(OptionalNullable<Object>, JsonGenerator, SerializerProvider) - Method in class io.apimatic.core.types.OptionalNullable.Rfc1123DateTimeSerializer
-
- serialize(OptionalNullable<Object>, JsonGenerator, SerializerProvider) - Method in class io.apimatic.core.types.OptionalNullable.Rfc8601DateTimeSerializer
-
- serialize(OptionalNullable<Object>, JsonGenerator, SerializerProvider) - Method in class io.apimatic.core.types.OptionalNullable.Serializer
-
- serialize(OptionalNullable<Object>, JsonGenerator, SerializerProvider) - Method in class io.apimatic.core.types.OptionalNullable.SimpleDateSerializer
-
- serialize(OptionalNullable<Object>, JsonGenerator, SerializerProvider) - Method in class io.apimatic.core.types.OptionalNullable.UnixTimestampSerializer
-
- serialize(Object) - Static method in class io.apimatic.core.utilities.CoreHelper
-
Json Serialization of a given object.
- serialize(Object, JsonSerializer) - Static method in class io.apimatic.core.utilities.CoreHelper
-
Json Serialization of a given object using a specified JsonSerializer.
- serialize(LocalDate, JsonGenerator, SerializerProvider) - Method in class io.apimatic.core.utilities.DateHelper.SimpleDateSerializer
-
- serialize(LocalDateTime, JsonGenerator, SerializerProvider) - Method in class io.apimatic.core.utilities.LocalDateTimeHelper.Rfc1123DateTimeSerializer
-
- serialize(LocalDateTime, JsonGenerator, SerializerProvider) - Method in class io.apimatic.core.utilities.LocalDateTimeHelper.Rfc8601DateTimeSerializer
-
- serialize(LocalDateTime, JsonGenerator, SerializerProvider) - Method in class io.apimatic.core.utilities.LocalDateTimeHelper.UnixTimestampSerializer
-
- serialize(ZonedDateTime, JsonGenerator, SerializerProvider) - Method in class io.apimatic.core.utilities.ZonedDateTimeHelper.Rfc1123DateTimeSerializer
-
- serialize(ZonedDateTime, JsonGenerator, SerializerProvider) - Method in class io.apimatic.core.utilities.ZonedDateTimeHelper.Rfc8601DateTimeSerializer
-
- serialize(ZonedDateTime, JsonGenerator, SerializerProvider) - Method in class io.apimatic.core.utilities.ZonedDateTimeHelper.UnixTimestampSerializer
-
- serializeEnumContainer(Object) - Static method in class io.apimatic.core.utilities.CoreHelper
-
Json Serialization of an ENUM defined under oneOf/anyOf container.
- Serializer() - Constructor for class io.apimatic.core.types.OptionalNullable.Serializer
-
- serializeRfc1123DateTime(LocalDateTime, String) - Static method in class io.apimatic.core.utilities.XmlLocalDateTimeHelper
-
Serialize the RFC 1123 date time object.
- serializeRfc1123DateTime(ZonedDateTime, String) - Static method in class io.apimatic.core.utilities.XmlZonedDateTimeHelper
-
Serialize the RFC 1123 zoned date time object.
- serializeRfc8601DateTime(LocalDateTime, String) - Static method in class io.apimatic.core.utilities.XmlLocalDateTimeHelper
-
Serialize the RFC 8601 date time object.
- serializeRfc8601DateTime(ZonedDateTime, String) - Static method in class io.apimatic.core.utilities.XmlZonedDateTimeHelper
-
Serialize the RFC 8601 zoned date time object.
- serializeSimpleDate(LocalDate, String) - Static method in class io.apimatic.core.utilities.XMLDateHelper
-
Serialize the simple date.
- serializeTypeCombinator(Object) - Static method in class io.apimatic.core.utilities.CoreHelper
-
Json Serialization of a given container object based on annotation.
- serializeUnixTimeStamp(LocalDateTime, String) - Static method in class io.apimatic.core.utilities.XmlLocalDateTimeHelper
-
Serialize the Unix time stamp object.
- serializeUnixTimeStamp(ZonedDateTime, String) - Static method in class io.apimatic.core.utilities.XmlZonedDateTimeHelper
-
Serialize the Unixtime stamp zoned date time object.
- serializeXml(T, String, Class<T>) - Static method in class io.apimatic.core.utilities.CoreHelper
-
Xml Serialization of a given object.
- serializeXmlArray(T[], String, String, Class<T>) - Static method in class io.apimatic.core.utilities.CoreHelper
-
Xml Serialization of a given object list.
- server(String) - Method in class io.apimatic.core.HttpRequest.Builder
-
Base uri server address.
- setAdditionalProperties(String, Object) - Method in class io.apimatic.core.types.BaseModel
-
Any SETTER.
- setError(Request, Throwable) - Method in class io.apimatic.core.logger.HttpLogger
-
Set error for failed requests.
- setReason(String, ExceptionCreator<ExceptionType>) - Static method in class io.apimatic.core.ErrorCase
-
Create the errorcase using the error reason and exception creator functional interface which
throws the respective exception while throwing.
- setTemplate(String, ExceptionCreator<ExceptionType>) - Static method in class io.apimatic.core.ErrorCase
-
Create the errorcase using the error reason and exception creator functional interface which
throws the respective exception while throwing.
- setValue(String, Object) - Method in class io.apimatic.core.types.BaseModel
-
Setter for additional properties.
- shouldEncode(boolean) - Method in class io.apimatic.core.Parameter.Builder
-
Setter for the shouldEncode.
- shouldEncode() - Method in class io.apimatic.core.Parameter
-
Getter for the shouldEncode.
- shouldOverrideHttpClientConfigurations() - Method in class io.apimatic.core.configurations.http.client.CoreHttpClientConfiguration
-
Allow the SDK to override HTTP client instance's settings used for features like retries,
timeouts etc.
- shouldRetryOnTimeout(boolean) - Method in class io.apimatic.core.configurations.http.client.CoreHttpClientConfiguration.Builder
-
Whether to retry on request timeout.
- shouldRetryOnTimeout() - Method in class io.apimatic.core.configurations.http.client.CoreHttpClientConfiguration
-
Whether to retry on request timeout.
- SimpleAdapter() - Constructor for class io.apimatic.core.utilities.DateHelper.SimpleAdapter
-
- SimpleDateDeserializer() - Constructor for class io.apimatic.core.utilities.DateHelper.SimpleDateDeserializer
-
- SimpleDateSerializer() - Constructor for class io.apimatic.core.types.OptionalNullable.SimpleDateSerializer
-
- SimpleDateSerializer() - Constructor for class io.apimatic.core.utilities.DateHelper.SimpleDateSerializer
-
- skipSslCertVerification(boolean) - Method in class io.apimatic.core.configurations.http.client.CoreHttpClientConfiguration.Builder
-
Whether to prevent SSL cert verification or not.
- skipSslCertVerification() - Method in class io.apimatic.core.configurations.http.client.CoreHttpClientConfiguration
-
Allow or prevent skipping SSL certificate verification.
- supply() - Method in interface io.apimatic.core.request.async.RequestSupplier
-
Supplies the Request object.
- templateParam(Consumer<Parameter.Builder>) - Method in class io.apimatic.core.HttpRequest.Builder
-
To configure the template parameter.
- TestHelper - Class in io.apimatic.core.utilities
-
Contains utility methods for comparing objects, arrays and files.
- throwException(Context) - Method in class io.apimatic.core.ErrorCase
-
this method throw the configured exception using functional interface.
- timeout(long) - Method in class io.apimatic.core.configurations.http.client.CoreHttpClientConfiguration.Builder
-
The timeout in seconds to use for making HTTP requests.
- toArrayOfMapOfRfc1123DateTime(List<Map<String, LocalDateTime>>) - Static method in class io.apimatic.core.utilities.LocalDateTimeHelper
-
Convert a List of Map of DateTime objects to Rfc1123 formatted strings.
- toArrayOfMapOfRfc1123DateTime(List<Map<String, ZonedDateTime>>) - Static method in class io.apimatic.core.utilities.ZonedDateTimeHelper
-
Convert a List of Map of DateTime objects to Rfc1123 formatted strings.
- toArrayOfMapOfRfc8601DateTime(List<Map<String, LocalDateTime>>) - Static method in class io.apimatic.core.utilities.LocalDateTimeHelper
-
Convert a List of Map of DateTime objects to Rfc8601(Rfc3339) formatted strings.
- toArrayOfMapOfRfc8601DateTime(List<Map<String, ZonedDateTime>>) - Static method in class io.apimatic.core.utilities.ZonedDateTimeHelper
-
Convert a List of Map of DateTime objects to Rfc8601(Rfc3339) formatted strings.
- toArrayOfMapOfSimpleDate(List<Map<String, LocalDate>>) - Static method in class io.apimatic.core.utilities.DateHelper
-
Convert a List of Map of LocalDate objects to strings.
- toArrayOfMapOfUnixTimestamp(List<Map<String, LocalDateTime>>) - Static method in class io.apimatic.core.utilities.LocalDateTimeHelper
-
Convert a List of Map of DateTime objects to Unix Timestamp strings.
- toArrayOfMapOfUnixTimestamp(List<Map<String, ZonedDateTime>>) - Static method in class io.apimatic.core.utilities.ZonedDateTimeHelper
-
Convert a List of Map of DateTime objects to Unix Timestamp strings.
- toArrayOfMapOfUnixTimestampLong(List<Map<String, LocalDateTime>>) - Static method in class io.apimatic.core.utilities.LocalDateTimeHelper
-
Convert a List of Map of DateTime objects to Unix Timestamp Longs.
- toArrayOfMapOfUnixTimestampLong(List<Map<String, ZonedDateTime>>) - Static method in class io.apimatic.core.utilities.ZonedDateTimeHelper
-
Convert a List of Map of DateTime objects to Unix Timestamp Longs.
- toRfc1123DateTime(LocalDateTime) - Static method in class io.apimatic.core.utilities.LocalDateTimeHelper
-
Convert a DateTime object to a Rfc1123 formatted string.
- toRfc1123DateTime(List<LocalDateTime>) - Static method in class io.apimatic.core.utilities.LocalDateTimeHelper
-
Convert a List of DateTime objects to Rfc1123 formatted strings.
- toRfc1123DateTime(Map<String, LocalDateTime>) - Static method in class io.apimatic.core.utilities.LocalDateTimeHelper
-
Convert a Map of DateTime objects to Rfc1123 formatted strings.
- toRfc1123DateTime(ZonedDateTime) - Static method in class io.apimatic.core.utilities.ZonedDateTimeHelper
-
Convert a DateTime object to a Rfc1123 formatted string.
- toRfc1123DateTime(List<ZonedDateTime>) - Static method in class io.apimatic.core.utilities.ZonedDateTimeHelper
-
Convert a List of DateTime objects to Rfc1123 formatted strings.
- toRfc1123DateTime(Map<String, ZonedDateTime>) - Static method in class io.apimatic.core.utilities.ZonedDateTimeHelper
-
Convert a Map of DateTime objects to Rfc1123 formatted strings.
- toRfc8601DateTime(LocalDateTime) - Static method in class io.apimatic.core.utilities.LocalDateTimeHelper
-
Convert a DateTime object to a Rfc8601(Rfc3339) formatted string.
- toRfc8601DateTime(List<LocalDateTime>) - Static method in class io.apimatic.core.utilities.LocalDateTimeHelper
-
Convert a List of DateTime objects to Rfc8601(Rfc3339) formatted strings.
- toRfc8601DateTime(Map<String, LocalDateTime>) - Static method in class io.apimatic.core.utilities.LocalDateTimeHelper
-
Convert a Map of DateTime objects to Rfc8601(Rfc3339) formatted strings.
- toRfc8601DateTime(ZonedDateTime) - Static method in class io.apimatic.core.utilities.ZonedDateTimeHelper
-
Convert a DateTime object to a Rfc8601(Rfc3339) formatted string.
- toRfc8601DateTime(List<ZonedDateTime>) - Static method in class io.apimatic.core.utilities.ZonedDateTimeHelper
-
Convert a List of DateTime objects to Rfc8601(Rfc3339) formatted strings.
- toRfc8601DateTime(Map<String, ZonedDateTime>) - Static method in class io.apimatic.core.utilities.ZonedDateTimeHelper
-
Convert a Map of DateTime objects to Rfc8601(Rfc3339) formatted strings.
- toSimpleDate(LocalDate) - Static method in class io.apimatic.core.utilities.DateHelper
-
Convert a LocalDate object to a string.
- toSimpleDate(List<LocalDate>) - Static method in class io.apimatic.core.utilities.DateHelper
-
Convert a List of LocalDate objects to strings.
- toSimpleDate(Map<String, LocalDate>) - Static method in class io.apimatic.core.utilities.DateHelper
-
Convert a Map of LocalDate objects to strings.
- toString() - Method in class io.apimatic.core.configurations.http.client.ApiLoggingConfiguration
-
Converts this LoggingConfiguration into string format.
- toString() - Method in class io.apimatic.core.configurations.http.client.CoreHttpClientConfiguration
-
Converts this HttpClientConfiguration into string format.
- toString() - Method in class io.apimatic.core.types.OptionalNullable
-
Converts this OptionalNullable into string format.
- toString() - Method in class io.apimatic.core.utilities.CoreJsonObject
-
Converts the JSON into string.
- toString() - Method in class io.apimatic.core.utilities.CoreJsonValue
-
Converts the JSON into string.
- toUnixTimestamp(LocalDateTime) - Static method in class io.apimatic.core.utilities.LocalDateTimeHelper
-
Convert a DateTime object to a Unix Timestamp string.
- toUnixTimestamp(List<LocalDateTime>) - Static method in class io.apimatic.core.utilities.LocalDateTimeHelper
-
Convert a List of DateTime objects to Unix Timestamp strings.
- toUnixTimestamp(Map<String, LocalDateTime>) - Static method in class io.apimatic.core.utilities.LocalDateTimeHelper
-
Convert a Map of DateTime objects to Unix Timestamp strings.
- toUnixTimestamp(ZonedDateTime) - Static method in class io.apimatic.core.utilities.ZonedDateTimeHelper
-
Convert a DateTime object to a Unix Timestamp string.
- toUnixTimestamp(List<ZonedDateTime>) - Static method in class io.apimatic.core.utilities.ZonedDateTimeHelper
-
Convert a List of DateTime objects to Unix Timestamp strings.
- toUnixTimestamp(Map<String, ZonedDateTime>) - Static method in class io.apimatic.core.utilities.ZonedDateTimeHelper
-
Convert a Map of DateTime objects to Unix Timestamp strings.
- toUnixTimestampLong(LocalDateTime) - Static method in class io.apimatic.core.utilities.LocalDateTimeHelper
-
Convert a DateTime object to a Unix Timestamp Long.
- toUnixTimestampLong(List<LocalDateTime>) - Static method in class io.apimatic.core.utilities.LocalDateTimeHelper
-
Convert a List of DateTime objects to Unix Timestamp Longs.
- toUnixTimestampLong(Map<String, LocalDateTime>) - Static method in class io.apimatic.core.utilities.LocalDateTimeHelper
-
Convert a Map of DateTime objects to Unix Timestamp Longs.
- toUnixTimestampLong(ZonedDateTime) - Static method in class io.apimatic.core.utilities.ZonedDateTimeHelper
-
Convert a DateTime object to a Unix Timestamp Long.
- toUnixTimestampLong(List<ZonedDateTime>) - Static method in class io.apimatic.core.utilities.ZonedDateTimeHelper
-
Convert a List of DateTime objects to Unix Timestamp Longs.
- toUnixTimestampLong(Map<String, ZonedDateTime>) - Static method in class io.apimatic.core.utilities.ZonedDateTimeHelper
-
Convert a Map of DateTime objects to Unix Timestamp Longs.
- tryUrlEncode(String, boolean) - Static method in class io.apimatic.core.utilities.CoreHelper
-
Tries URL encode using UTF-8.
- TypeCombinator - Interface in io.apimatic.core.annotations
-
This is a container of annotations for oneOf/anyOf cases.
- TypeCombinator.FormSerialize - Annotation Type in io.apimatic.core.annotations
-
- TypeCombinator.TypeCombinatorCase - Annotation Type in io.apimatic.core.annotations
-
- TypeCombinator.TypeCombinatorStringCase - Annotation Type in io.apimatic.core.annotations
-