Index
All Classes and Interfaces|All Packages|Serialized Form
A
- accessCode - Enum constant in enum class travel.wink.sdk.events.invoker.auth.OAuthFlow
- addCookiesToRequest(MultiValueMap<String, String>, WebClient.RequestBodySpec) - Method in class travel.wink.sdk.events.invoker.ApiClient
-
Add cookies to the request that is being built
- addDefaultCookie(String, String) - Method in class travel.wink.sdk.events.invoker.ApiClient
-
Add a default cookie.
- addDefaultHeader(String, String) - Method in class travel.wink.sdk.events.invoker.ApiClient
-
Add a default header.
- addHeadersToRequest(HttpHeaders, WebClient.RequestBodySpec) - Method in class travel.wink.sdk.events.invoker.ApiClient
-
Add headers to the request that is being built
- apiClient() - Method in class travel.wink.sdk.events.EventsSDKConfiguration
- ApiClient - Class in travel.wink.sdk.events.invoker
- ApiClient() - Constructor for class travel.wink.sdk.events.invoker.ApiClient
- ApiClient(ObjectMapper, DateFormat) - Constructor for class travel.wink.sdk.events.invoker.ApiClient
- ApiClient(WebClient) - Constructor for class travel.wink.sdk.events.invoker.ApiClient
- ApiClient(WebClient, ObjectMapper, DateFormat) - Constructor for class travel.wink.sdk.events.invoker.ApiClient
- ApiClient.CollectionFormat - Enum Class in travel.wink.sdk.events.invoker
- ApiKeyAuth - Class in travel.wink.sdk.events.invoker.auth
- ApiKeyAuth(String, String) - Constructor for class travel.wink.sdk.events.invoker.auth.ApiKeyAuth
- application - Enum constant in enum class travel.wink.sdk.events.invoker.auth.OAuthFlow
- applyToParams(MultiValueMap<String, String>, HttpHeaders, MultiValueMap<String, String>) - Method in class travel.wink.sdk.events.invoker.auth.ApiKeyAuth
- applyToParams(MultiValueMap<String, String>, HttpHeaders, MultiValueMap<String, String>) - Method in interface travel.wink.sdk.events.invoker.auth.Authentication
-
Apply authentication settings to header and / or query parameters.
- applyToParams(MultiValueMap<String, String>, HttpHeaders, MultiValueMap<String, String>) - Method in class travel.wink.sdk.events.invoker.auth.HttpBasicAuth
- applyToParams(MultiValueMap<String, String>, HttpHeaders, MultiValueMap<String, String>) - Method in class travel.wink.sdk.events.invoker.auth.HttpBearerAuth
- applyToParams(MultiValueMap<String, String>, HttpHeaders, MultiValueMap<String, String>) - Method in class travel.wink.sdk.events.invoker.auth.OAuth
- Authentication - Interface in travel.wink.sdk.events.invoker.auth
B
- BeanValidationException - Exception in travel.wink.sdk.events.invoker
- BeanValidationException(Set<ConstraintViolation<Object>>) - Constructor for exception travel.wink.sdk.events.invoker.BeanValidationException
- buildWebClient() - Static method in class travel.wink.sdk.events.invoker.ApiClient
-
Build the WebClient used to make HTTP requests.
- buildWebClient(ObjectMapper) - Static method in class travel.wink.sdk.events.invoker.ApiClient
-
Build the WebClient used to make HTTP requests.
- buildWebClientBuilder() - Static method in class travel.wink.sdk.events.invoker.ApiClient
-
Build the WebClientBuilder used to make WebClient.
- buildWebClientBuilder(ObjectMapper) - Static method in class travel.wink.sdk.events.invoker.ApiClient
-
Build the WebClientBuilder used to make WebClient.
C
- clone() - Method in class travel.wink.sdk.events.invoker.RFC3339DateFormat
- collectionPathParameterToString(ApiClient.CollectionFormat, Collection<?>) - Method in class travel.wink.sdk.events.invoker.ApiClient
-
Formats the specified collection path parameter to a string value.
- containsIgnoreCase(String[], String) - Static method in class travel.wink.sdk.events.invoker.StringUtil
-
Check if the given array contains the given value (with case-insensitive comparison).
- createDefaultDateFormat() - Static method in class travel.wink.sdk.events.invoker.ApiClient
- createDefaultObjectMapper(DateFormat) - Static method in class travel.wink.sdk.events.invoker.ApiClient
- CSV - Enum constant in enum class travel.wink.sdk.events.invoker.ApiClient.CollectionFormat
D
- defaultValue - Variable in class travel.wink.sdk.events.invoker.ServerVariable
- description - Variable in class travel.wink.sdk.events.invoker.ServerConfiguration
- description - Variable in class travel.wink.sdk.events.invoker.ServerVariable
E
- enumValues - Variable in class travel.wink.sdk.events.invoker.ServerVariable
- EventsSDKConfiguration - Class in travel.wink.sdk.events
- EventsSDKConfiguration() - Constructor for class travel.wink.sdk.events.EventsSDKConfiguration
F
- format(Date, StringBuffer, FieldPosition) - Method in class travel.wink.sdk.events.invoker.RFC3339DateFormat
- formatDate(Date) - Method in class travel.wink.sdk.events.invoker.ApiClient
-
Format the given Date object into string.
- formatOffsetDateTime(OffsetDateTime) - Method in class travel.wink.sdk.events.invoker.JavaTimeFormatter
-
Format the given
OffsetDateTimeobject into string.
G
- getAccessToken() - Method in class travel.wink.sdk.events.invoker.auth.OAuth
- getApiKey() - Method in class travel.wink.sdk.events.invoker.auth.ApiKeyAuth
- getApiKeyPrefix() - Method in class travel.wink.sdk.events.invoker.auth.ApiKeyAuth
- getAuthentication(String) - Method in class travel.wink.sdk.events.invoker.ApiClient
-
Get authentication for the given name.
- getAuthentications() - Method in class travel.wink.sdk.events.invoker.ApiClient
-
Get authentications (key: authentication name, value: authentication).
- getBasePath() - Method in class travel.wink.sdk.events.invoker.ApiClient
-
Get the current base path
- getBearerToken() - Method in class travel.wink.sdk.events.invoker.auth.HttpBearerAuth
- getDateFormat() - Method in class travel.wink.sdk.events.invoker.ApiClient
-
Get the date format used to parse/format date parameters.
- getLocation() - Method in class travel.wink.sdk.events.invoker.auth.ApiKeyAuth
- getObjectMapper() - Method in class travel.wink.sdk.events.invoker.ApiClient
-
Get the ObjectMapper used to make HTTP requests.
- getOffsetDateTimeFormatter() - Method in class travel.wink.sdk.events.invoker.JavaTimeFormatter
-
Get the date format used to parse/format
OffsetDateTimeparameters. - getParamName() - Method in class travel.wink.sdk.events.invoker.auth.ApiKeyAuth
- getPassword() - Method in class travel.wink.sdk.events.invoker.auth.HttpBasicAuth
- getUsername() - Method in class travel.wink.sdk.events.invoker.auth.HttpBasicAuth
- getViolations() - Method in exception travel.wink.sdk.events.invoker.BeanValidationException
- getWebClient() - Method in class travel.wink.sdk.events.invoker.ApiClient
-
Get the WebClient used to make HTTP requests.
H
- HttpBasicAuth - Class in travel.wink.sdk.events.invoker.auth
- HttpBasicAuth() - Constructor for class travel.wink.sdk.events.invoker.auth.HttpBasicAuth
- HttpBearerAuth - Class in travel.wink.sdk.events.invoker.auth
- HttpBearerAuth(String) - Constructor for class travel.wink.sdk.events.invoker.auth.HttpBearerAuth
I
- implicit - Enum constant in enum class travel.wink.sdk.events.invoker.auth.OAuthFlow
- init() - Method in class travel.wink.sdk.events.invoker.ApiClient
- invokeAPI(String, HttpMethod, Map<String, Object>, MultiValueMap<String, String>, Object, HttpHeaders, MultiValueMap<String, String>, MultiValueMap<String, Object>, List<MediaType>, MediaType, String[], ParameterizedTypeReference<T>) - Method in class travel.wink.sdk.events.invoker.ApiClient
-
Invoke API by sending HTTP request with the given options.
- isJsonMime(String) - Method in class travel.wink.sdk.events.invoker.ApiClient
-
Check if the given
Stringis a JSON MIME. - isJsonMime(MediaType) - Method in class travel.wink.sdk.events.invoker.ApiClient
-
Check if the given MIME is a JSON MIME.
- isProblemJsonMime(String) - Method in class travel.wink.sdk.events.invoker.ApiClient
-
Check if the given
Stringis a Problem JSON MIME (RFC-7807).
J
- JavaTimeFormatter - Class in travel.wink.sdk.events.invoker
-
Class that add parsing/formatting support for Java 8+
OffsetDateTimeclass. - JavaTimeFormatter() - Constructor for class travel.wink.sdk.events.invoker.JavaTimeFormatter
- join(String[], String) - Static method in class travel.wink.sdk.events.invoker.StringUtil
-
Join an array of strings with the given separator.
- join(Collection<String>, String) - Static method in class travel.wink.sdk.events.invoker.StringUtil
-
Join a list of strings with the given separator.
M
- MULTI - Enum constant in enum class travel.wink.sdk.events.invoker.ApiClient.CollectionFormat
O
- OAuth - Class in travel.wink.sdk.events.invoker.auth
- OAuth() - Constructor for class travel.wink.sdk.events.invoker.auth.OAuth
- OAuthFlow - Enum Class in travel.wink.sdk.events.invoker.auth
P
- parameterToMultiValueMap(ApiClient.CollectionFormat, String, Object) - Method in class travel.wink.sdk.events.invoker.ApiClient
-
Converts a parameter to a
MultiValueMapfor use in REST requests - parameterToString(Object) - Method in class travel.wink.sdk.events.invoker.ApiClient
-
Format the given parameter object into string.
- parse(String) - Method in class travel.wink.sdk.events.invoker.RFC3339DateFormat
- parse(String, ParsePosition) - Method in class travel.wink.sdk.events.invoker.RFC3339DateFormat
- parseDate(String) - Method in class travel.wink.sdk.events.invoker.ApiClient
-
Parse the given string into Date object.
- parseOffsetDateTime(String) - Method in class travel.wink.sdk.events.invoker.JavaTimeFormatter
-
Parse the given string into
OffsetDateTimeobject. - password - Enum constant in enum class travel.wink.sdk.events.invoker.auth.OAuthFlow
- PIPES - Enum constant in enum class travel.wink.sdk.events.invoker.ApiClient.CollectionFormat
R
- RFC3339DateFormat - Class in travel.wink.sdk.events.invoker
- RFC3339DateFormat() - Constructor for class travel.wink.sdk.events.invoker.RFC3339DateFormat
S
- selectBody(Object, MultiValueMap<String, Object>, MediaType) - Method in class travel.wink.sdk.events.invoker.ApiClient
-
Select the body to use for the request
- selectHeaderAccept(String[]) - Method in class travel.wink.sdk.events.invoker.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 travel.wink.sdk.events.invoker.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.
- ServerConfiguration - Class in travel.wink.sdk.events.invoker
-
Representing a Server configuration.
- ServerConfiguration(String, String, Map<String, ServerVariable>) - Constructor for class travel.wink.sdk.events.invoker.ServerConfiguration
- ServerVariable - Class in travel.wink.sdk.events.invoker
-
Representing a Server Variable for server URL template substitution.
- ServerVariable(String, String, HashSet<String>) - Constructor for class travel.wink.sdk.events.invoker.ServerVariable
- setAccessToken(String) - Method in class travel.wink.sdk.events.invoker.ApiClient
-
Helper method to set access token for the first OAuth2 authentication.
- setAccessToken(String) - Method in class travel.wink.sdk.events.invoker.auth.OAuth
- setApiKey(String) - Method in class travel.wink.sdk.events.invoker.ApiClient
-
Helper method to set API key value for the first API key authentication.
- setApiKey(String) - Method in class travel.wink.sdk.events.invoker.auth.ApiKeyAuth
- setApiKeyPrefix(String) - Method in class travel.wink.sdk.events.invoker.ApiClient
-
Helper method to set API key prefix for the first API key authentication.
- setApiKeyPrefix(String) - Method in class travel.wink.sdk.events.invoker.auth.ApiKeyAuth
- setBasePath(String) - Method in class travel.wink.sdk.events.invoker.ApiClient
-
Set the base path, which should include the host
- setBearerToken(String) - Method in class travel.wink.sdk.events.invoker.ApiClient
-
Helper method to set access token for the first Bearer authentication.
- setBearerToken(String) - Method in class travel.wink.sdk.events.invoker.auth.HttpBearerAuth
- setOffsetDateTimeFormatter(DateTimeFormatter) - Method in class travel.wink.sdk.events.invoker.JavaTimeFormatter
-
Set the date format used to parse/format
OffsetDateTimeparameters. - setPassword(String) - Method in class travel.wink.sdk.events.invoker.ApiClient
-
Helper method to set password for the first HTTP basic authentication.
- setPassword(String) - Method in class travel.wink.sdk.events.invoker.auth.HttpBasicAuth
- setUserAgent(String) - Method in class travel.wink.sdk.events.invoker.ApiClient
-
Set the User-Agent header's value (by adding to the default header map).
- setUsername(String) - Method in class travel.wink.sdk.events.invoker.ApiClient
-
Helper method to set username for the first HTTP basic authentication.
- setUsername(String) - Method in class travel.wink.sdk.events.invoker.auth.HttpBasicAuth
- setViolations(Set<ConstraintViolation<Object>>) - Method in exception travel.wink.sdk.events.invoker.BeanValidationException
- SSV - Enum constant in enum class travel.wink.sdk.events.invoker.ApiClient.CollectionFormat
- StringUtil - Class in travel.wink.sdk.events.invoker
- StringUtil() - Constructor for class travel.wink.sdk.events.invoker.StringUtil
T
- travel.wink.sdk.events - package travel.wink.sdk.events
- travel.wink.sdk.events.invoker - package travel.wink.sdk.events.invoker
- travel.wink.sdk.events.invoker.auth - package travel.wink.sdk.events.invoker.auth
- TSV - Enum constant in enum class travel.wink.sdk.events.invoker.ApiClient.CollectionFormat
U
- updateParamsForAuth(String[], MultiValueMap<String, String>, HttpHeaders, MultiValueMap<String, String>) - Method in class travel.wink.sdk.events.invoker.ApiClient
-
Update query and header parameters based on authentication settings.
- URL - Variable in class travel.wink.sdk.events.invoker.ServerConfiguration
- URL() - Method in class travel.wink.sdk.events.invoker.ServerConfiguration
-
Format URL template using default server variables.
- URL(Map<String, String>) - Method in class travel.wink.sdk.events.invoker.ServerConfiguration
-
Format URL template using given variables.
V
- valueOf(String) - Static method in enum class travel.wink.sdk.events.invoker.ApiClient.CollectionFormat
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class travel.wink.sdk.events.invoker.auth.OAuthFlow
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class travel.wink.sdk.events.invoker.ApiClient.CollectionFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class travel.wink.sdk.events.invoker.auth.OAuthFlow
-
Returns an array containing the constants of this enum class, in the order they are declared.
- variables - Variable in class travel.wink.sdk.events.invoker.ServerConfiguration
All Classes and Interfaces|All Packages|Serialized Form