Class ReferenceApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Flux<KeyValuePair>showAvailableCodesForCategory(String category, String accept) Show OTA codes Shows payment-supported OTA codes based on given category.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>>showAvailableCodesForCategoryWithHttpInfo(String category, String accept) reactor.core.publisher.Flux<KeyValuePair>showAvailableOtaCategories(String accept) Show OTA category codes Shows payment-supported OTA categories.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>>reactor.core.publisher.Flux<KeyValuePair>showLifestyles(String accept) Show Lifestyles Retrieve list of all supported lifestyles indicated by an array of key / value pairs.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>>showLifestylesWithHttpInfo(String accept) reactor.core.publisher.Flux<KeyValuePair>Show Perks Retrieve list of perksreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>>showPerksWithHttpInfo(String accept) reactor.core.publisher.Flux<KeyValuePair>showSocialNetworks(String accept) Show Social Networks Retrieve list of all supported social networksreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>>showSocialNetworksWithHttpInfo(String accept)
-
Constructor Details
-
ReferenceApi
public ReferenceApi() -
ReferenceApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
showAvailableCodesForCategory
public reactor.core.publisher.Flux<KeyValuePair> showAvailableCodesForCategory(String category, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show OTA codes Shows payment-supported OTA codes based on given category.405 - Method Not Allowed
415 - Unsupported Media Type
400 - Bad Request
403 - Forbidden
401 - Unauthorized
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
200 - OK
- Parameters:
category- Requested OTA codeaccept- The accept parameter- Returns:
- List<KeyValuePair>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showAvailableCodesForCategoryWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>> showAvailableCodesForCategoryWithHttpInfo(String category, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showAvailableOtaCategories
public reactor.core.publisher.Flux<KeyValuePair> showAvailableOtaCategories(String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show OTA category codes Shows payment-supported OTA categories.405 - Method Not Allowed
415 - Unsupported Media Type
400 - Bad Request
403 - Forbidden
401 - Unauthorized
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
200 - OK
- Parameters:
accept- The accept parameter- Returns:
- List<KeyValuePair>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showAvailableOtaCategoriesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>> showAvailableOtaCategoriesWithHttpInfo(String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showLifestyles
public reactor.core.publisher.Flux<KeyValuePair> showLifestyles(String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Lifestyles Retrieve list of all supported lifestyles indicated by an array of key / value pairs.405 - Method Not Allowed
415 - Unsupported Media Type
400 - Bad Request
403 - Forbidden
401 - Unauthorized
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
200 - OK
- Parameters:
accept- The accept parameter- Returns:
- List<KeyValuePair>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showLifestylesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>> showLifestylesWithHttpInfo(String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showPerks
public reactor.core.publisher.Flux<KeyValuePair> showPerks(String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Perks Retrieve list of perks405 - Method Not Allowed
415 - Unsupported Media Type
400 - Bad Request
403 - Forbidden
401 - Unauthorized
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
200 - OK
- Parameters:
accept- The accept parameter- Returns:
- List<KeyValuePair>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showPerksWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>> showPerksWithHttpInfo(String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showSocialNetworks
public reactor.core.publisher.Flux<KeyValuePair> showSocialNetworks(String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Social Networks Retrieve list of all supported social networks405 - Method Not Allowed
415 - Unsupported Media Type
400 - Bad Request
403 - Forbidden
401 - Unauthorized
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
200 - OK
- Parameters:
accept- The accept parameter- Returns:
- List<KeyValuePair>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showSocialNetworksWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>> showSocialNetworksWithHttpInfo(String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-