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

A

AbstractLiteApiSchema - Class in travel.liteapi.client.model
 
AbstractLiteApiSchema(String, Boolean) - Constructor for class travel.liteapi.client.model.AbstractLiteApiSchema
 
Adapter() - Constructor for class travel.liteapi.client.model.RatesBookPostRequestPayment.MethodEnum.Adapter
 
addDefaultCookie(String, String) - Method in class travel.liteapi.client.ApiClient
Add a default cookie.
addDefaultHeader(String, String) - Method in class travel.liteapi.client.ApiClient
Add a default header.
ApiCallback<T> - Interface in travel.liteapi.client
Callback for asynchronous API call.
ApiClient - Class in travel.liteapi.client
ApiClient class.
ApiClient() - Constructor for class travel.liteapi.client.ApiClient
Basic constructor for ApiClient
ApiClient(OkHttpClient) - Constructor for class travel.liteapi.client.ApiClient
Basic constructor with custom OkHttpClient
ApiException - Exception in travel.liteapi.client
ApiException class.
ApiException() - Constructor for exception travel.liteapi.client.ApiException
Constructor for ApiException.
ApiException(Throwable) - Constructor for exception travel.liteapi.client.ApiException
Constructor for ApiException.
ApiException(String) - Constructor for exception travel.liteapi.client.ApiException
Constructor for ApiException.
ApiException(String, Throwable, int, Map<String, List<String>>, String) - Constructor for exception travel.liteapi.client.ApiException
Constructor for ApiException.
ApiException(String, int, Map<String, List<String>>, String) - Constructor for exception travel.liteapi.client.ApiException
Constructor for ApiException.
ApiException(String, Throwable, int, Map<String, List<String>>) - Constructor for exception travel.liteapi.client.ApiException
Constructor for ApiException.
ApiException(int, Map<String, List<String>>, String) - Constructor for exception travel.liteapi.client.ApiException
Constructor for ApiException.
ApiException(int, String) - Constructor for exception travel.liteapi.client.ApiException
Constructor for ApiException.
ApiException(int, String, Map<String, List<String>>, String) - Constructor for exception travel.liteapi.client.ApiException
Constructor for ApiException.
ApiKeyAuth - Class in travel.liteapi.client.auth
 
ApiKeyAuth(String, String) - Constructor for class travel.liteapi.client.auth.ApiKeyAuth
 
ApiResponse<T> - Class in travel.liteapi.client
API response returned by API call.
ApiResponse(int, Map<String, List<String>>) - Constructor for class travel.liteapi.client.ApiResponse
Constructor for ApiResponse.
ApiResponse(int, Map<String, List<String>>, T) - Constructor for class travel.liteapi.client.ApiResponse
Constructor for ApiResponse.
applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in class travel.liteapi.client.auth.ApiKeyAuth
 
applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in interface travel.liteapi.client.auth.Authentication
Apply authentication settings to header and query params.
applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in class travel.liteapi.client.auth.HttpBasicAuth
 
applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in class travel.liteapi.client.auth.HttpBearerAuth
 
Authentication - Interface in travel.liteapi.client.auth
 

B

book(String, String, String, String, String, String, String, String, String, Integer, String) - Method in class travel.liteapi.client.api.BookApi
hotel rate book This API confirms a booking when the prebook Id and the rate Id from the pre book stage along with the guest and payment information are passed.
BookApi - Class in travel.liteapi.client.api
 
BookApi() - Constructor for class travel.liteapi.client.api.BookApi
 
BookApi(ApiClient) - Constructor for class travel.liteapi.client.api.BookApi
 
bookAsync(String, String, String, String, String, String, String, String, String, Integer, String, ApiCallback<Object>) - Method in class travel.liteapi.client.api.BookApi
hotel rate book (asynchronously) This API confirms a booking when the prebook Id and the rate Id from the pre book stage along with the guest and payment information are passed.
bookCall(String, String, String, String, String, String, String, String, String, Integer, String, ApiCallback) - Method in class travel.liteapi.client.api.BookApi
Build call for ratesBookPost
BookingManagementApi - Class in travel.liteapi.client.api
 
BookingManagementApi() - Constructor for class travel.liteapi.client.api.BookingManagementApi
 
BookingManagementApi(ApiClient) - Constructor for class travel.liteapi.client.api.BookingManagementApi
 
bookWithHttpInfo(String, String, String, String, String, String, String, String, String, Integer, String) - Method in class travel.liteapi.client.api.BookApi
hotel rate book This API confirms a booking when the prebook Id and the rate Id from the pre book stage along with the guest and payment information are passed.
buildCall(String, String, String, List<Pair>, List<Pair>, Object, Map<String, String>, Map<String, String>, Map<String, Object>, String[], ApiCallback) - Method in class travel.liteapi.client.ApiClient
Build HTTP call with the given options.
buildRequest(String, String, String, List<Pair>, List<Pair>, Object, Map<String, String>, Map<String, String>, Map<String, Object>, String[], ApiCallback) - Method in class travel.liteapi.client.ApiClient
Build an HTTP request with the given options.
buildRequestBodyFormEncoding(Map<String, Object>) - Method in class travel.liteapi.client.ApiClient
Build a form-encoding request body with the given form parameters.
buildRequestBodyMultipart(Map<String, Object>) - Method in class travel.liteapi.client.ApiClient
Build a multipart (file uploading) request body with the given form parameters, which could contain text fields and file fields.
buildUrl(String, String, List<Pair>, List<Pair>) - Method in class travel.liteapi.client.ApiClient
Build full URL by concatenating base path, the given sub path and query parameters.
ByteArrayAdapter() - Constructor for class travel.liteapi.client.JSON.ByteArrayAdapter
 

C

cancelBooking(String) - Method in class travel.liteapi.client.api.BookingManagementApi
Booking cancel <!-- theme: danger --> This API is used to request a cancellation of an existing confirmed booking.
cancelBookingAsync(String, ApiCallback<Object>) - Method in class travel.liteapi.client.api.BookingManagementApi
Booking cancel (asynchronously) <!-- theme: danger --> This API is used to request a cancellation of an existing confirmed booking.
cancelBookingCall(String, ApiCallback) - Method in class travel.liteapi.client.api.BookingManagementApi
Build call for bookingsBookingIdPut
cancelBookingWithHttpInfo(String) - Method in class travel.liteapi.client.api.BookingManagementApi
Booking cancel <!-- theme: danger --> This API is used to request a cancellation of an existing confirmed booking.
collectionPathParameterToString(String, Collection) - Method in class travel.liteapi.client.ApiClient
Formats the specified collection path parameter to a string value.
Configuration - Class in travel.liteapi.client
 
Configuration() - Constructor for class travel.liteapi.client.Configuration
 
containsIgnoreCase(String[], String) - Static method in class travel.liteapi.client.StringUtil
Check if the given array contains the given value (with case-insensitive comparison).
contentLength() - Method in class travel.liteapi.client.ProgressRequestBody
 
contentLength() - Method in class travel.liteapi.client.ProgressResponseBody
 
contentType() - Method in class travel.liteapi.client.ProgressRequestBody
 
contentType() - Method in class travel.liteapi.client.ProgressResponseBody
 
create(Gson, TypeToken<T>) - Method in class travel.liteapi.client.model.RatesBookPostRequest.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class travel.liteapi.client.model.RatesBookPostRequestGuestInfo.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class travel.liteapi.client.model.RatesBookPostRequestPayment.CustomTypeAdapterFactory
 
createGson() - Static method in class travel.liteapi.client.JSON
 
CustomTypeAdapterFactory() - Constructor for class travel.liteapi.client.model.RatesBookPostRequest.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class travel.liteapi.client.model.RatesBookPostRequestGuestInfo.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class travel.liteapi.client.model.RatesBookPostRequestPayment.CustomTypeAdapterFactory
 
cvc(String) - Method in class travel.liteapi.client.model.RatesBookPostRequestPayment
 

D

DateTypeAdapter() - Constructor for class travel.liteapi.client.JSON.DateTypeAdapter
 
DateTypeAdapter(DateFormat) - Constructor for class travel.liteapi.client.JSON.DateTypeAdapter
 
defaultValue - Variable in class travel.liteapi.client.ServerVariable
 
description - Variable in class travel.liteapi.client.ServerConfiguration
 
description - Variable in class travel.liteapi.client.ServerVariable
 
deserialize(Response, Type) - Method in class travel.liteapi.client.ApiClient
Deserialize response body to Java object, according to the return type and the Content-Type response header.
deserialize(String, Type) - Static method in class travel.liteapi.client.JSON
Deserialize the given JSON string to Java object.
downloadFileFromResponse(Response) - Method in class travel.liteapi.client.ApiClient
Download file from the given response.

E

enumValues - Variable in class travel.liteapi.client.ServerVariable
 
equals(Object) - Method in class travel.liteapi.client.model.AbstractLiteApiSchema
 
equals(Object) - Method in class travel.liteapi.client.model.RatesBookPostRequest
 
equals(Object) - Method in class travel.liteapi.client.model.RatesBookPostRequestGuestInfo
 
equals(Object) - Method in class travel.liteapi.client.model.RatesBookPostRequestPayment
 
escapeString(String) - Method in class travel.liteapi.client.ApiClient
Escape the given string to be used as URL query value.
execute(Call) - Method in class travel.liteapi.client.ApiClient
execute(Call, Type) - Method in class travel.liteapi.client.ApiClient
Execute HTTP call and deserialize the HTTP response body into the given return type.
executeAsync(Call, ApiCallback<T>) - Method in class travel.liteapi.client.ApiClient
executeAsync(Call, Type, ApiCallback<T>) - Method in class travel.liteapi.client.ApiClient
Execute HTTP call asynchronously.
expireDate(String) - Method in class travel.liteapi.client.model.RatesBookPostRequestPayment
 

F

fromJson(String) - Static method in class travel.liteapi.client.model.RatesBookPostRequest
Create an instance of RatesBookPostRequest given an JSON string
fromJson(String) - Static method in class travel.liteapi.client.model.RatesBookPostRequestGuestInfo
Create an instance of RatesBookPostRequestGuestInfo given an JSON string
fromJson(String) - Static method in class travel.liteapi.client.model.RatesBookPostRequestPayment
Create an instance of RatesBookPostRequestPayment given an JSON string
fromValue(Object) - Static method in enum travel.liteapi.client.model.RatesBookPostRequestPayment.MethodEnum
 

G

getActualInstance() - Method in class travel.liteapi.client.model.AbstractLiteApiSchema
Get the actual instance
getActualInstanceRecursively() - Method in class travel.liteapi.client.model.AbstractLiteApiSchema
Get the instant recursively when the schemas defined in oneOf/anyof happen to be oneOf/anyOf schema as well
getApiClient() - Method in class travel.liteapi.client.api.BookApi
 
getApiClient() - Method in class travel.liteapi.client.api.BookingManagementApi
 
getApiClient() - Method in class travel.liteapi.client.api.GuestAndLoyaltyApi
 
getApiClient() - Method in class travel.liteapi.client.api.SearchApi
 
getApiClient() - Method in class travel.liteapi.client.api.StaticDataApi
 
getApiKey() - Method in class travel.liteapi.client.auth.ApiKeyAuth
 
getApiKeyPrefix() - Method in class travel.liteapi.client.auth.ApiKeyAuth
 
getAuthentication(String) - Method in class travel.liteapi.client.ApiClient
Get authentication for the given name.
getAuthentications() - Method in class travel.liteapi.client.ApiClient
Get authentications (key: authentication name, value: authentication).
getBasePath() - Method in class travel.liteapi.client.ApiClient
Get base path
getBearerToken() - Method in class travel.liteapi.client.auth.HttpBearerAuth
Gets the token, which together with the scheme, will be sent as the value of the Authorization header.
getBookingListAsync(String, ApiCallback<Object>) - Method in class travel.liteapi.client.api.BookingManagementApi
Booking list (asynchronously) The API returns the list of booking Id's for a given guest Id.
getBookingListByGuestId(String) - Method in class travel.liteapi.client.api.BookingManagementApi
Booking list The API returns the list of booking Id's for a given guest Id.
getBookingListCall(String, ApiCallback) - Method in class travel.liteapi.client.api.BookingManagementApi
Build call for bookingsGet
getBookingListWithHttpInfo(String) - Method in class travel.liteapi.client.api.BookingManagementApi
Booking list The API returns the list of booking Id's for a given guest Id.
getCitiesAsync(String, ApiCallback<Object>) - Method in class travel.liteapi.client.api.StaticDataApi
City list (asynchronously) The API returns a list of city names from a specific country.
getCitiesByCountryCode(String) - Method in class travel.liteapi.client.api.StaticDataApi
City list The API returns a list of city names from a specific country.
getCitiesCall(String, ApiCallback) - Method in class travel.liteapi.client.api.StaticDataApi
Build call for dataCitiesGet
getCitiesWithHttpInfo(String) - Method in class travel.liteapi.client.api.StaticDataApi
City list The API returns a list of city names from a specific country.
getCode() - Method in exception travel.liteapi.client.ApiException
Get the HTTP status code.
getConnectTimeout() - Method in class travel.liteapi.client.ApiClient
Get connection timeout (in milliseconds).
getCountries() - Method in class travel.liteapi.client.api.StaticDataApi
Country list The API returns the list of countries available along with its ISO-2 code.
getCountriesAsync(ApiCallback<Object>) - Method in class travel.liteapi.client.api.StaticDataApi
Country list (asynchronously) The API returns the list of countries available along with its ISO-2 code.
getCountriesCall(ApiCallback) - Method in class travel.liteapi.client.api.StaticDataApi
Build call for dataCountriesGet
getCountriesWithHttpInfo() - Method in class travel.liteapi.client.api.StaticDataApi
Country list The API returns the list of countries available along with its ISO-2 code.
getCurrencies() - Method in class travel.liteapi.client.api.StaticDataApi
Currency list The API returns all available currency codes along with its name and the list of supported countries that the currency applies to.
getCurrenciesAsync(ApiCallback<Object>) - Method in class travel.liteapi.client.api.StaticDataApi
Currency list (asynchronously) The API returns all available currency codes along with its name and the list of supported countries that the currency applies to.
getCurrenciesCall(ApiCallback) - Method in class travel.liteapi.client.api.StaticDataApi
Build call for dataCurrenciesGet
getCurrenciesWithHttpInfo() - Method in class travel.liteapi.client.api.StaticDataApi
Currency list The API returns all available currency codes along with its name and the list of supported countries that the currency applies to.
getCustomBaseUrl() - Method in class travel.liteapi.client.api.BookApi
 
getCustomBaseUrl() - Method in class travel.liteapi.client.api.BookingManagementApi
 
getCustomBaseUrl() - Method in class travel.liteapi.client.api.GuestAndLoyaltyApi
 
getCustomBaseUrl() - Method in class travel.liteapi.client.api.SearchApi
 
getCustomBaseUrl() - Method in class travel.liteapi.client.api.StaticDataApi
 
getCvc() - Method in class travel.liteapi.client.model.RatesBookPostRequestPayment
Get cvc
getData() - Method in class travel.liteapi.client.ApiResponse
Get the data.
getDateFormat() - Method in class travel.liteapi.client.ApiClient
Getter for the field dateFormat.
getDefaultApiClient() - Static method in class travel.liteapi.client.Configuration
Get the default API client, which would be used when creating API instances without providing an API client.
getExpireDate() - Method in class travel.liteapi.client.model.RatesBookPostRequestPayment
Get expireDate
getFullRatesAsync(String[], String, String, String, String, Integer, Integer[], String, ApiCallback<Object>) - Method in class travel.liteapi.client.api.SearchApi
hotel full rates availability (asynchronously) The Full Rates API is to search and return all available rooms along with its rates, cancellation policies for a list of hotel ID's based on the search dates.
getFullRatesCall(String[], String, String, String, String, Integer, Integer[], String, ApiCallback) - Method in class travel.liteapi.client.api.SearchApi
Build call for hotelsRatesGet
getFullRatest(String[], String, String, String, String, Integer, Integer[], String) - Method in class travel.liteapi.client.api.SearchApi
hotel full rates availability The Full Rates API is to search and return all available rooms along with its rates, cancellation policies for a list of hotel ID's based on the search dates.
getFullRatesWithHttpInfo(String[], String, String, String, String, Integer, Integer[], String) - Method in class travel.liteapi.client.api.SearchApi
hotel full rates availability The Full Rates API is to search and return all available rooms along with its rates, cancellation policies for a list of hotel ID's based on the search dates.
getGson() - Static method in class travel.liteapi.client.JSON
Get Gson.
getGuestEmail() - Method in class travel.liteapi.client.model.RatesBookPostRequestGuestInfo
traveler email
getGuestFirstName() - Method in class travel.liteapi.client.model.RatesBookPostRequestGuestInfo
traveler first name
getGuestInfo() - Method in class travel.liteapi.client.model.RatesBookPostRequest
Get guestInfo
getGuestLastName() - Method in class travel.liteapi.client.model.RatesBookPostRequestGuestInfo
traveler last name
getGuests(String) - Method in class travel.liteapi.client.api.GuestAndLoyaltyApi
guests The guests API returns the unique guest ID of a user based on the users email ID
getGuestsAsync(String, ApiCallback<Object>) - Method in class travel.liteapi.client.api.GuestAndLoyaltyApi
guests (asynchronously) The guests API returns the unique guest ID of a user based on the users email ID
getGuestsCall(String, ApiCallback) - Method in class travel.liteapi.client.api.GuestAndLoyaltyApi
Build call for guestsGet
getGuestsWithHttpInfo(String) - Method in class travel.liteapi.client.api.GuestAndLoyaltyApi
guests The guests API returns the unique guest ID of a user based on the users email ID
getHeaders() - Method in class travel.liteapi.client.ApiResponse
Get the headers.
getHolderName() - Method in class travel.liteapi.client.model.RatesBookPostRequestPayment
Get holderName
getHostIndex() - Method in class travel.liteapi.client.api.BookApi
 
getHostIndex() - Method in class travel.liteapi.client.api.BookingManagementApi
 
getHostIndex() - Method in class travel.liteapi.client.api.GuestAndLoyaltyApi
 
getHostIndex() - Method in class travel.liteapi.client.api.SearchApi
 
getHostIndex() - Method in class travel.liteapi.client.api.StaticDataApi
 
getHotelAsync(String, ApiCallback<Object>) - Method in class travel.liteapi.client.api.StaticDataApi
Hotel details (asynchronously) The hotel details API returns all the static contents details of a hotel or property if the hotel ID is provided.
getHotelDetails(String) - Method in class travel.liteapi.client.api.StaticDataApi
Hotel details The hotel details API returns all the static contents details of a hotel or property if the hotel ID is provided.
getHotelDetailsCall(String, ApiCallback) - Method in class travel.liteapi.client.api.StaticDataApi
Build call for dataHotelGet
getHotels(String, String, Integer, Integer, String, String, Integer) - Method in class travel.liteapi.client.api.StaticDataApi
Hotel list The API returns a list of hotels available based on different search criterion.
getHotelsAsync(String, String, Integer, Integer, String, String, Integer, ApiCallback<Object>) - Method in class travel.liteapi.client.api.StaticDataApi
Hotel list (asynchronously) The API returns a list of hotels available based on different search criterion.
getHotelsCall(String, String, Integer, Integer, String, String, Integer, ApiCallback) - Method in class travel.liteapi.client.api.StaticDataApi
Build call for dataHotelsGet
getHotelsWithHttpInfo(String, String, Integer, Integer, String, String, Integer) - Method in class travel.liteapi.client.api.StaticDataApi
Hotel list The API returns a list of hotels available based on different search criterion.
getHotelWithHttpInfo(String) - Method in class travel.liteapi.client.api.StaticDataApi
Hotel details The hotel details API returns all the static contents details of a hotel or property if the hotel ID is provided.
getHttpClient() - Method in class travel.liteapi.client.ApiClient
Get HTTP client
getIataCodes() - Method in class travel.liteapi.client.api.StaticDataApi
IATA code list The API returns the IATA (International Air Transport Association) codes for all available airports along with the name of the airport, geographical coordinates and country code in ISO-2 format.
getIataCodesAsync(ApiCallback<Object>) - Method in class travel.liteapi.client.api.StaticDataApi
IATA code list (asynchronously) The API returns the IATA (International Air Transport Association) codes for all available airports along with the name of the airport, geographical coordinates and country code in ISO-2 format.
getIataCodesCall(ApiCallback) - Method in class travel.liteapi.client.api.StaticDataApi
Build call for dataIataCodesGet
getIataCodesWithHttpInfo() - Method in class travel.liteapi.client.api.StaticDataApi
IATA code list The API returns the IATA (International Air Transport Association) codes for all available airports along with the name of the airport, geographical coordinates and country code in ISO-2 format.
getJSON() - Method in class travel.liteapi.client.ApiClient
Get JSON
getKeyManagers() - Method in class travel.liteapi.client.ApiClient
Getter for the field keyManagers.
getLocation() - Method in class travel.liteapi.client.auth.ApiKeyAuth
 
getMessage() - Method in exception travel.liteapi.client.ApiException
Get the exception message including HTTP response data.
getMethod() - Method in class travel.liteapi.client.model.RatesBookPostRequestPayment
Get method
getMinimumRates(String[], String, String, String, String, Integer, Integer[], String) - Method in class travel.liteapi.client.api.SearchApi
hotel minimum rates availability **Hotel Minimum Rates API** is to search and return the minimum room rates that are available for a list of hotel ID's on the specified search dates.
getMinimumRatesAsync(String[], String, String, String, String, Integer, Integer[], String, ApiCallback<Object>) - Method in class travel.liteapi.client.api.SearchApi
hotel minimum rates availability (asynchronously) **Hotel Minimum Rates API** is to search and return the minimum room rates that are available for a list of hotel ID's on the specified search dates.
getMinimumRatesCall(String[], String, String, String, String, Integer, Integer[], String, ApiCallback) - Method in class travel.liteapi.client.api.SearchApi
Build call for hotelsGet
getMinimumRatesWithHttpInfo(String[], String, String, String, String, Integer, Integer[], String) - Method in class travel.liteapi.client.api.SearchApi
hotel minimum rates availability **Hotel Minimum Rates API** is to search and return the minimum room rates that are available for a list of hotel ID's on the specified search dates.
getName() - Method in class travel.liteapi.client.Pair
 
getNumber() - Method in class travel.liteapi.client.model.RatesBookPostRequestPayment
Get number
getParamName() - Method in class travel.liteapi.client.auth.ApiKeyAuth
 
getPassword() - Method in class travel.liteapi.client.auth.HttpBasicAuth
 
getPayment() - Method in class travel.liteapi.client.model.RatesBookPostRequest
Get payment
getPrebookId() - Method in class travel.liteapi.client.model.RatesBookPostRequest
prebook id retrived from prebook response
getReadTimeout() - Method in class travel.liteapi.client.ApiClient
Get read timeout (in milliseconds).
getResponseBody() - Method in exception travel.liteapi.client.ApiException
Get the HTTP response body.
getResponseHeaders() - Method in exception travel.liteapi.client.ApiException
Get the HTTP response headers.
getSchemas() - Method in class travel.liteapi.client.model.AbstractLiteApiSchema
Get the list of oneOf/anyOf composed schemas allowed to be stored in this object
getSchemaType() - Method in class travel.liteapi.client.model.AbstractLiteApiSchema
Get the schema type (e.g.
getServerIndex() - Method in class travel.liteapi.client.ApiClient
 
getServers() - Method in class travel.liteapi.client.ApiClient
 
getServerVariables() - Method in class travel.liteapi.client.ApiClient
 
getSslCaCert() - Method in class travel.liteapi.client.ApiClient
Get SSL CA cert.
getStatusCode() - Method in class travel.liteapi.client.ApiResponse
Get the status code.
getTempFolderPath() - Method in class travel.liteapi.client.ApiClient
The path of temporary folder used to store downloaded files from endpoints with file response.
getToken() - Method in class travel.liteapi.client.model.RatesBookPostRequestPayment
Get token
getUsername() - Method in class travel.liteapi.client.auth.HttpBasicAuth
 
getValue() - Method in enum travel.liteapi.client.model.RatesBookPostRequestPayment.MethodEnum
 
getValue() - Method in class travel.liteapi.client.Pair
 
getWriteTimeout() - Method in class travel.liteapi.client.ApiClient
Get write timeout (in milliseconds).
guessContentTypeFromFile(File) - Method in class travel.liteapi.client.ApiClient
Guess Content-Type header from the given file (defaults to "application/octet-stream").
GuestAndLoyaltyApi - Class in travel.liteapi.client.api
 
GuestAndLoyaltyApi() - Constructor for class travel.liteapi.client.api.GuestAndLoyaltyApi
 
GuestAndLoyaltyApi(ApiClient) - Constructor for class travel.liteapi.client.api.GuestAndLoyaltyApi
 
guestEmail(String) - Method in class travel.liteapi.client.model.RatesBookPostRequestGuestInfo
 
guestFirstName(String) - Method in class travel.liteapi.client.model.RatesBookPostRequestGuestInfo
 
guestInfo(RatesBookPostRequestGuestInfo) - Method in class travel.liteapi.client.model.RatesBookPostRequest
 
guestLastName(String) - Method in class travel.liteapi.client.model.RatesBookPostRequestGuestInfo
 

H

handleResponse(Response, Type) - Method in class travel.liteapi.client.ApiClient
Handle the given response, return the deserialized object when the response is successful.
hashCode() - Method in class travel.liteapi.client.model.AbstractLiteApiSchema
 
hashCode() - Method in class travel.liteapi.client.model.RatesBookPostRequest
 
hashCode() - Method in class travel.liteapi.client.model.RatesBookPostRequestGuestInfo
 
hashCode() - Method in class travel.liteapi.client.model.RatesBookPostRequestPayment
 
holderName(String) - Method in class travel.liteapi.client.model.RatesBookPostRequestPayment
 
HttpBasicAuth - Class in travel.liteapi.client.auth
 
HttpBasicAuth() - Constructor for class travel.liteapi.client.auth.HttpBasicAuth
 
HttpBearerAuth - Class in travel.liteapi.client.auth
 
HttpBearerAuth(String) - Constructor for class travel.liteapi.client.auth.HttpBearerAuth
 

I

isDebugging() - Method in class travel.liteapi.client.ApiClient
Check that whether debugging is enabled for this API client.
isJsonMime(String) - Method in class travel.liteapi.client.ApiClient
Check if the given MIME is a JSON MIME.
isNullable() - Method in class travel.liteapi.client.model.AbstractLiteApiSchema
Is nullable
isVerifyingSsl() - Method in class travel.liteapi.client.ApiClient
True if isVerifyingSsl flag is on

J

join(String[], String) - Static method in class travel.liteapi.client.StringUtil
Join an array of strings with the given separator.
join(Collection<String>, String) - Static method in class travel.liteapi.client.StringUtil
Join a list of strings with the given separator.
JSON - Class in travel.liteapi.client
 
JSON() - Constructor for class travel.liteapi.client.JSON
 
JSON.ByteArrayAdapter - Class in travel.liteapi.client
Gson TypeAdapter for Byte Array type
JSON.DateTypeAdapter - Class in travel.liteapi.client
Gson TypeAdapter for java.util.Date type If the dateFormat is null, ISO8601Utils will be used.
JSON.LocalDateTypeAdapter - Class in travel.liteapi.client
Gson TypeAdapter for JSR310 LocalDate type
JSON.OffsetDateTimeTypeAdapter - Class in travel.liteapi.client
Gson TypeAdapter for JSR310 OffsetDateTime type
JSON.SqlDateTypeAdapter - Class in travel.liteapi.client
Gson TypeAdapter for java.sql.Date type If the dateFormat is null, a simple "yyyy-MM-dd" format will be used (more efficient than SimpleDateFormat).

L

liteapiFields - Static variable in class travel.liteapi.client.model.RatesBookPostRequest
 
liteapiFields - Static variable in class travel.liteapi.client.model.RatesBookPostRequestGuestInfo
 
liteapiFields - Static variable in class travel.liteapi.client.model.RatesBookPostRequestPayment
 
liteapiRequiredFields - Static variable in class travel.liteapi.client.model.RatesBookPostRequest
 
liteapiRequiredFields - Static variable in class travel.liteapi.client.model.RatesBookPostRequestGuestInfo
 
liteapiRequiredFields - Static variable in class travel.liteapi.client.model.RatesBookPostRequestPayment
 
LocalDateTypeAdapter() - Constructor for class travel.liteapi.client.JSON.LocalDateTypeAdapter
 
LocalDateTypeAdapter(DateTimeFormatter) - Constructor for class travel.liteapi.client.JSON.LocalDateTypeAdapter
 

M

method(RatesBookPostRequestPayment.MethodEnum) - Method in class travel.liteapi.client.model.RatesBookPostRequestPayment
 

N

number(String) - Method in class travel.liteapi.client.model.RatesBookPostRequestPayment
 

O

OffsetDateTimeTypeAdapter() - Constructor for class travel.liteapi.client.JSON.OffsetDateTimeTypeAdapter
 
OffsetDateTimeTypeAdapter(DateTimeFormatter) - Constructor for class travel.liteapi.client.JSON.OffsetDateTimeTypeAdapter
 
onDownloadProgress(long, long, boolean) - Method in interface travel.liteapi.client.ApiCallback
This is called when the API download processing.
onFailure(ApiException, int, Map<String, List<String>>) - Method in interface travel.liteapi.client.ApiCallback
This is called when the API call fails.
onSuccess(T, int, Map<String, List<String>>) - Method in interface travel.liteapi.client.ApiCallback
This is called when the API call succeeded.
onUploadProgress(long, long, boolean) - Method in interface travel.liteapi.client.ApiCallback
This is called when the API upload processing.

P

Pair - Class in travel.liteapi.client
 
Pair(String, String) - Constructor for class travel.liteapi.client.Pair
 
parameterToPair(String, Object) - Method in class travel.liteapi.client.ApiClient
Formats the specified query parameter to a list containing a single Pair object.
parameterToPairs(String, String, Collection) - Method in class travel.liteapi.client.ApiClient
Formats the specified collection query parameters to a list of Pair objects.
parameterToString(Object) - Method in class travel.liteapi.client.ApiClient
Format the given parameter object into string.
payment(RatesBookPostRequestPayment) - Method in class travel.liteapi.client.model.RatesBookPostRequest
 
preBook(String) - Method in class travel.liteapi.client.api.BookApi
hotel rate prebook This API is used to confirm if the room and rates for the search criterion.
preBookCall(String, ApiCallback) - Method in class travel.liteapi.client.api.BookApi
Build call for ratesPrebookPost
prebookId(String) - Method in class travel.liteapi.client.model.RatesBookPostRequest
 
preBookWithHttpInfo(String) - Method in class travel.liteapi.client.api.BookApi
hotel rate prebook This API is used to confirm if the room and rates for the search criterion.
prepareDownloadFile(Response) - Method in class travel.liteapi.client.ApiClient
Prepare file for download
processCookieParams(Map<String, String>, Request.Builder) - Method in class travel.liteapi.client.ApiClient
Set cookie parameters to the request builder, including default cookies.
processHeaderParams(Map<String, String>, Request.Builder) - Method in class travel.liteapi.client.ApiClient
Set header parameters to the request builder, including default headers.
ProgressRequestBody - Class in travel.liteapi.client
 
ProgressRequestBody(RequestBody, ApiCallback) - Constructor for class travel.liteapi.client.ProgressRequestBody
 
ProgressResponseBody - Class in travel.liteapi.client
 
ProgressResponseBody(ResponseBody, ApiCallback) - Constructor for class travel.liteapi.client.ProgressResponseBody
 

R

RatesBookPostRequest - Class in travel.liteapi.client.model
RatesBookPostRequest
RatesBookPostRequest() - Constructor for class travel.liteapi.client.model.RatesBookPostRequest
 
RatesBookPostRequest.CustomTypeAdapterFactory - Class in travel.liteapi.client.model
 
RatesBookPostRequestGuestInfo - Class in travel.liteapi.client.model
RatesBookPostRequestGuestInfo
RatesBookPostRequestGuestInfo() - Constructor for class travel.liteapi.client.model.RatesBookPostRequestGuestInfo
 
RatesBookPostRequestGuestInfo.CustomTypeAdapterFactory - Class in travel.liteapi.client.model
 
RatesBookPostRequestPayment - Class in travel.liteapi.client.model
RatesBookPostRequestPayment
RatesBookPostRequestPayment() - Constructor for class travel.liteapi.client.model.RatesBookPostRequestPayment
 
RatesBookPostRequestPayment.CustomTypeAdapterFactory - Class in travel.liteapi.client.model
 
RatesBookPostRequestPayment.MethodEnum - Enum in travel.liteapi.client.model
Gets or Sets method
RatesBookPostRequestPayment.MethodEnum.Adapter - Class in travel.liteapi.client.model
 
ratesPrebookPostAsync(String, ApiCallback<Object>) - Method in class travel.liteapi.client.api.BookApi
hotel rate prebook (asynchronously) This API is used to confirm if the room and rates for the search criterion.
read(JsonReader) - Method in class travel.liteapi.client.JSON.ByteArrayAdapter
 
read(JsonReader) - Method in class travel.liteapi.client.JSON.DateTypeAdapter
 
read(JsonReader) - Method in class travel.liteapi.client.JSON.LocalDateTypeAdapter
 
read(JsonReader) - Method in class travel.liteapi.client.JSON.OffsetDateTimeTypeAdapter
 
read(JsonReader) - Method in class travel.liteapi.client.JSON.SqlDateTypeAdapter
 
read(JsonReader) - Method in class travel.liteapi.client.model.RatesBookPostRequestPayment.MethodEnum.Adapter
 
retrievedBooking(String) - Method in class travel.liteapi.client.api.BookingManagementApi
Booking retrieve The API returns the status and the details for the a specific booking Id.
retrievedBookingAsync(String, ApiCallback<Object>) - Method in class travel.liteapi.client.api.BookingManagementApi
Booking retrieve (asynchronously) The API returns the status and the details for the a specific booking Id.
retrievedBookingCall(String, ApiCallback) - Method in class travel.liteapi.client.api.BookingManagementApi
Build call for bookingsBookingIdGet
retrievedBookingWithHttpInfo(String) - Method in class travel.liteapi.client.api.BookingManagementApi
Booking retrieve The API returns the status and the details for the a specific booking Id.

S

sanitizeFilename(String) - Method in class travel.liteapi.client.ApiClient
Sanitize filename by removing path.
SearchApi - Class in travel.liteapi.client.api
 
SearchApi() - Constructor for class travel.liteapi.client.api.SearchApi
 
SearchApi(ApiClient) - Constructor for class travel.liteapi.client.api.SearchApi
 
selectHeaderAccept(String[]) - Method in class travel.liteapi.client.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.liteapi.client.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 travel.liteapi.client.ApiClient
Serialize the given Java object into request body according to the object's class and the request Content-Type.
serialize(Object) - Static method in class travel.liteapi.client.JSON
Serialize the given Java object into JSON string.
SERIALIZED_NAME_CVC - Static variable in class travel.liteapi.client.model.RatesBookPostRequestPayment
 
SERIALIZED_NAME_EXPIRE_DATE - Static variable in class travel.liteapi.client.model.RatesBookPostRequestPayment
 
SERIALIZED_NAME_GUEST_EMAIL - Static variable in class travel.liteapi.client.model.RatesBookPostRequestGuestInfo
 
SERIALIZED_NAME_GUEST_FIRST_NAME - Static variable in class travel.liteapi.client.model.RatesBookPostRequestGuestInfo
 
SERIALIZED_NAME_GUEST_INFO - Static variable in class travel.liteapi.client.model.RatesBookPostRequest
 
SERIALIZED_NAME_GUEST_LAST_NAME - Static variable in class travel.liteapi.client.model.RatesBookPostRequestGuestInfo
 
SERIALIZED_NAME_HOLDER_NAME - Static variable in class travel.liteapi.client.model.RatesBookPostRequestPayment
 
SERIALIZED_NAME_METHOD - Static variable in class travel.liteapi.client.model.RatesBookPostRequestPayment
 
SERIALIZED_NAME_NUMBER - Static variable in class travel.liteapi.client.model.RatesBookPostRequestPayment
 
SERIALIZED_NAME_PAYMENT - Static variable in class travel.liteapi.client.model.RatesBookPostRequest
 
SERIALIZED_NAME_PREBOOK_ID - Static variable in class travel.liteapi.client.model.RatesBookPostRequest
 
SERIALIZED_NAME_TOKEN - Static variable in class travel.liteapi.client.model.RatesBookPostRequestPayment
 
ServerConfiguration - Class in travel.liteapi.client
Representing a Server configuration.
ServerConfiguration(String, String, Map<String, ServerVariable>) - Constructor for class travel.liteapi.client.ServerConfiguration
 
serverIndex - Variable in class travel.liteapi.client.ApiClient
 
servers - Variable in class travel.liteapi.client.ApiClient
 
ServerVariable - Class in travel.liteapi.client
Representing a Server Variable for server URL template substitution.
ServerVariable(String, String, HashSet<String>) - Constructor for class travel.liteapi.client.ServerVariable
 
serverVariables - Variable in class travel.liteapi.client.ApiClient
 
setAccessToken(String) - Method in class travel.liteapi.client.ApiClient
Helper method to set access token for the first OAuth2 authentication.
setActualInstance(Object) - Method in class travel.liteapi.client.model.AbstractLiteApiSchema
Set the actual instance
setApiClient(ApiClient) - Method in class travel.liteapi.client.api.BookApi
 
setApiClient(ApiClient) - Method in class travel.liteapi.client.api.BookingManagementApi
 
setApiClient(ApiClient) - Method in class travel.liteapi.client.api.GuestAndLoyaltyApi
 
setApiClient(ApiClient) - Method in class travel.liteapi.client.api.SearchApi
 
setApiClient(ApiClient) - Method in class travel.liteapi.client.api.StaticDataApi
 
setApiKey(String) - Method in class travel.liteapi.client.ApiClient
Helper method to set API key value for the first API key authentication.
setApiKey(String) - Method in class travel.liteapi.client.auth.ApiKeyAuth
 
setApiKeyPrefix(String) - Method in class travel.liteapi.client.ApiClient
Helper method to set API key prefix for the first API key authentication.
setApiKeyPrefix(String) - Method in class travel.liteapi.client.auth.ApiKeyAuth
 
setAWS4Configuration(String, String, String, String) - Method in class travel.liteapi.client.ApiClient
Helper method to set credentials for AWSV4 Signature
setBasePath(String) - Method in class travel.liteapi.client.ApiClient
Set base path
setBearerToken(String) - Method in class travel.liteapi.client.auth.HttpBearerAuth
Sets the token, which together with the scheme, will be sent as the value of the Authorization header.
setConnectTimeout(int) - Method in class travel.liteapi.client.ApiClient
Sets the connect timeout (in milliseconds).
setCustomBaseUrl(String) - Method in class travel.liteapi.client.api.BookApi
 
setCustomBaseUrl(String) - Method in class travel.liteapi.client.api.BookingManagementApi
 
setCustomBaseUrl(String) - Method in class travel.liteapi.client.api.GuestAndLoyaltyApi
 
setCustomBaseUrl(String) - Method in class travel.liteapi.client.api.SearchApi
 
setCustomBaseUrl(String) - Method in class travel.liteapi.client.api.StaticDataApi
 
setCvc(String) - Method in class travel.liteapi.client.model.RatesBookPostRequestPayment
 
setDateFormat(DateFormat) - Method in class travel.liteapi.client.ApiClient
Setter for the field dateFormat.
setDateFormat(DateFormat) - Static method in class travel.liteapi.client.JSON
 
setDebugging(boolean) - Method in class travel.liteapi.client.ApiClient
Enable/disable debugging for this API client.
setDefaultApiClient(ApiClient) - Static method in class travel.liteapi.client.Configuration
Set the default API client, which would be used when creating API instances without providing an API client.
setExpireDate(String) - Method in class travel.liteapi.client.model.RatesBookPostRequestPayment
 
setFormat(DateFormat) - Method in class travel.liteapi.client.JSON.DateTypeAdapter
 
setFormat(DateTimeFormatter) - Method in class travel.liteapi.client.JSON.LocalDateTypeAdapter
 
setFormat(DateTimeFormatter) - Method in class travel.liteapi.client.JSON.OffsetDateTimeTypeAdapter
 
setFormat(DateFormat) - Method in class travel.liteapi.client.JSON.SqlDateTypeAdapter
 
setGson(Gson) - Static method in class travel.liteapi.client.JSON
Set Gson.
setGuestEmail(String) - Method in class travel.liteapi.client.model.RatesBookPostRequestGuestInfo
 
setGuestFirstName(String) - Method in class travel.liteapi.client.model.RatesBookPostRequestGuestInfo
 
setGuestInfo(RatesBookPostRequestGuestInfo) - Method in class travel.liteapi.client.model.RatesBookPostRequest
 
setGuestLastName(String) - Method in class travel.liteapi.client.model.RatesBookPostRequestGuestInfo
 
setHolderName(String) - Method in class travel.liteapi.client.model.RatesBookPostRequestPayment
 
setHostIndex(int) - Method in class travel.liteapi.client.api.BookApi
 
setHostIndex(int) - Method in class travel.liteapi.client.api.BookingManagementApi
 
setHostIndex(int) - Method in class travel.liteapi.client.api.GuestAndLoyaltyApi
 
setHostIndex(int) - Method in class travel.liteapi.client.api.SearchApi
 
setHostIndex(int) - Method in class travel.liteapi.client.api.StaticDataApi
 
setHttpClient(OkHttpClient) - Method in class travel.liteapi.client.ApiClient
Set HTTP client, which must never be null.
setJSON(JSON) - Method in class travel.liteapi.client.ApiClient
Set JSON
setKeyManagers(KeyManager[]) - Method in class travel.liteapi.client.ApiClient
Configure client keys to use for authorization in an SSL session.
setLenientOnJson(boolean) - Method in class travel.liteapi.client.ApiClient
Set LenientOnJson.
setLenientOnJson(boolean) - Static method in class travel.liteapi.client.JSON
 
setLocalDateFormat(DateTimeFormatter) - Method in class travel.liteapi.client.ApiClient
Set LocalDateFormat.
setLocalDateFormat(DateTimeFormatter) - Static method in class travel.liteapi.client.JSON
 
setMethod(RatesBookPostRequestPayment.MethodEnum) - Method in class travel.liteapi.client.model.RatesBookPostRequestPayment
 
setNumber(String) - Method in class travel.liteapi.client.model.RatesBookPostRequestPayment
 
setOffsetDateTimeFormat(DateTimeFormatter) - Method in class travel.liteapi.client.ApiClient
Set OffsetDateTimeFormat.
setOffsetDateTimeFormat(DateTimeFormatter) - Static method in class travel.liteapi.client.JSON
 
setPassword(String) - Method in class travel.liteapi.client.ApiClient
Helper method to set password for the first HTTP basic authentication.
setPassword(String) - Method in class travel.liteapi.client.auth.HttpBasicAuth
 
setPayment(RatesBookPostRequestPayment) - Method in class travel.liteapi.client.model.RatesBookPostRequest
 
setPrebookId(String) - Method in class travel.liteapi.client.model.RatesBookPostRequest
 
setReadTimeout(int) - Method in class travel.liteapi.client.ApiClient
Sets the read timeout (in milliseconds).
setServerIndex(Integer) - Method in class travel.liteapi.client.ApiClient
 
setServers(List<ServerConfiguration>) - Method in class travel.liteapi.client.ApiClient
 
setServerVariables(Map<String, String>) - Method in class travel.liteapi.client.ApiClient
 
setSqlDateFormat(DateFormat) - Method in class travel.liteapi.client.ApiClient
Set SqlDateFormat.
setSqlDateFormat(DateFormat) - Static method in class travel.liteapi.client.JSON
 
setSslCaCert(InputStream) - Method in class travel.liteapi.client.ApiClient
Configure the CA certificate to be trusted when making https requests.
setTempFolderPath(String) - Method in class travel.liteapi.client.ApiClient
Set the temporary folder path (for downloading files)
setToken(String) - Method in class travel.liteapi.client.model.RatesBookPostRequestPayment
 
setUserAgent(String) - Method in class travel.liteapi.client.ApiClient
Set the User-Agent header's value (by adding to the default header map).
setUsername(String) - Method in class travel.liteapi.client.ApiClient
Helper method to set username for the first HTTP basic authentication.
setUsername(String) - Method in class travel.liteapi.client.auth.HttpBasicAuth
 
setVerifyingSsl(boolean) - Method in class travel.liteapi.client.ApiClient
Configure whether to verify certificate and hostname when making https requests.
setWriteTimeout(int) - Method in class travel.liteapi.client.ApiClient
Sets the write timeout (in milliseconds).
source() - Method in class travel.liteapi.client.ProgressResponseBody
 
SqlDateTypeAdapter() - Constructor for class travel.liteapi.client.JSON.SqlDateTypeAdapter
 
SqlDateTypeAdapter(DateFormat) - Constructor for class travel.liteapi.client.JSON.SqlDateTypeAdapter
 
StaticDataApi - Class in travel.liteapi.client.api
 
StaticDataApi() - Constructor for class travel.liteapi.client.api.StaticDataApi
 
StaticDataApi(ApiClient) - Constructor for class travel.liteapi.client.api.StaticDataApi
 
StringUtil - Class in travel.liteapi.client
 
StringUtil() - Constructor for class travel.liteapi.client.StringUtil
 

T

toJson() - Method in class travel.liteapi.client.model.RatesBookPostRequest
Convert an instance of RatesBookPostRequest to an JSON string
toJson() - Method in class travel.liteapi.client.model.RatesBookPostRequestGuestInfo
Convert an instance of RatesBookPostRequestGuestInfo to an JSON string
toJson() - Method in class travel.liteapi.client.model.RatesBookPostRequestPayment
Convert an instance of RatesBookPostRequestPayment to an JSON string
token(String) - Method in class travel.liteapi.client.model.RatesBookPostRequestPayment
 
toString() - Method in class travel.liteapi.client.model.AbstractLiteApiSchema
 
toString() - Method in class travel.liteapi.client.model.RatesBookPostRequest
 
toString() - Method in class travel.liteapi.client.model.RatesBookPostRequestGuestInfo
 
toString() - Method in enum travel.liteapi.client.model.RatesBookPostRequestPayment.MethodEnum
 
toString() - Method in class travel.liteapi.client.model.RatesBookPostRequestPayment
 
travel.liteapi.client - package travel.liteapi.client
 
travel.liteapi.client.api - package travel.liteapi.client.api
 
travel.liteapi.client.auth - package travel.liteapi.client.auth
 
travel.liteapi.client.model - package travel.liteapi.client.model
 

U

updateParamsForAuth(String[], List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in class travel.liteapi.client.ApiClient
Update query and header parameters based on authentication settings.
URL - Variable in class travel.liteapi.client.ServerConfiguration
 
URL(Map<String, String>) - Method in class travel.liteapi.client.ServerConfiguration
Format URL template using given variables.
URL() - Method in class travel.liteapi.client.ServerConfiguration
Format URL template using default server variables.

V

validateJsonObject(JsonObject) - Static method in class travel.liteapi.client.model.RatesBookPostRequest
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class travel.liteapi.client.model.RatesBookPostRequestGuestInfo
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class travel.liteapi.client.model.RatesBookPostRequestPayment
Validates the JSON Object and throws an exception if issues found
valueOf(String) - Static method in enum travel.liteapi.client.model.RatesBookPostRequestPayment.MethodEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum travel.liteapi.client.model.RatesBookPostRequestPayment.MethodEnum
Returns an array containing the constants of this enum type, in the order they are declared.
variables - Variable in class travel.liteapi.client.ServerConfiguration
 
VERSION - Static variable in class travel.liteapi.client.Configuration
 

W

write(JsonWriter, byte[]) - Method in class travel.liteapi.client.JSON.ByteArrayAdapter
 
write(JsonWriter, Date) - Method in class travel.liteapi.client.JSON.DateTypeAdapter
 
write(JsonWriter, LocalDate) - Method in class travel.liteapi.client.JSON.LocalDateTypeAdapter
 
write(JsonWriter, OffsetDateTime) - Method in class travel.liteapi.client.JSON.OffsetDateTimeTypeAdapter
 
write(JsonWriter, Date) - Method in class travel.liteapi.client.JSON.SqlDateTypeAdapter
 
write(JsonWriter, RatesBookPostRequestPayment.MethodEnum) - Method in class travel.liteapi.client.model.RatesBookPostRequestPayment.MethodEnum.Adapter
 
writeTo(BufferedSink) - Method in class travel.liteapi.client.ProgressRequestBody
 
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links

Copyright © 2023. All rights reserved.