Class AffiliateApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageCompanyBookingSalesMetricsSupplier>browseAffiliates(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) Show affiliates Retrieve page of affiliates.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageCompanyBookingSalesMetricsSupplier>>browseAffiliatesWithHttpInfo(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) voidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<CompanyDetailsBookingSalesMetricsSupplier>showAffiliate(String hotelIdentifier, String companyIdentifier, String winkVersion) Show affiliate Retrieve affiliate information specified by identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyDetailsBookingSalesMetricsSupplier>>showAffiliateWithHttpInfo(String hotelIdentifier, String companyIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePairSupplier>showUniqueCityList(String hotelIdentifier, String winkVersion) Show unique affiliate cities Retrieve a list of unique cities where affiliates livereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairSupplier>>>showUniqueCityListWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePairSupplier>showUniqueCountryList(String hotelIdentifier, String winkVersion) Show unique affiliate countries Retrieve a list of unique countries where affiliates livereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairSupplier>>>showUniqueCountryListWithHttpInfo(String hotelIdentifier, String winkVersion)
-
Constructor Details
-
AffiliateApi
public AffiliateApi() -
AffiliateApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
browseAffiliates
public reactor.core.publisher.Mono<PageCompanyBookingSalesMetricsSupplier> browseAffiliates(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show affiliates Retrieve page of affiliates.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- The hotelIdentifier parameterstateSupplier- The stateSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- PageCompanyBookingSalesMetricsSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
browseAffiliatesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageCompanyBookingSalesMetricsSupplier>> browseAffiliatesWithHttpInfo(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showAffiliate
public reactor.core.publisher.Mono<CompanyDetailsBookingSalesMetricsSupplier> showAffiliate(String hotelIdentifier, String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show affiliate Retrieve affiliate information specified by identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- The hotelIdentifier parametercompanyIdentifier- The companyIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- CompanyDetailsBookingSalesMetricsSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showAffiliateWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyDetailsBookingSalesMetricsSupplier>> showAffiliateWithHttpInfo(String hotelIdentifier, String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showUniqueCityList
public reactor.core.publisher.Flux<KeyValuePairSupplier> showUniqueCityList(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show unique affiliate cities Retrieve a list of unique cities where affiliates live503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- The hotelIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- List<KeyValuePairSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showUniqueCityListWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairSupplier>>> showUniqueCityListWithHttpInfo(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showUniqueCountryList
public reactor.core.publisher.Flux<KeyValuePairSupplier> showUniqueCountryList(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show unique affiliate countries Retrieve a list of unique countries where affiliates live503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- The hotelIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- List<KeyValuePairSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showUniqueCountryListWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairSupplier>>> showUniqueCountryListWithHttpInfo(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-