- 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
-
- 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
-