Class SupplierApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageHotelOnMapViewAffiliate>browseSuppliers(String companyIdentifier, StateAffiliate stateAffiliate, String winkVersion) Show suppliers Retrieve page of suppliers.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageHotelOnMapViewAffiliate>>browseSuppliersWithHttpInfo(String companyIdentifier, StateAffiliate stateAffiliate, String winkVersion) voidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<HotelOnMapViewAffiliate>showSupplier(String companyIdentifier, String supplierIdentifier, String winkVersion) Show supplier Retrieve supplier information specified by identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelOnMapViewAffiliate>>showSupplierWithHttpInfo(String companyIdentifier, String supplierIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePairAffiliate>showUniqueCityList(String companyIdentifier, String winkVersion) Show unique supplier cities Retrieve a list of unique cities where suppliers livereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairAffiliate>>>showUniqueCityListWithHttpInfo(String companyIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePairAffiliate>showUniqueCountryList(String companyIdentifier, String winkVersion) Show unique supplier countries Retrieve a list of unique countries where suppliers livereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairAffiliate>>>showUniqueCountryListWithHttpInfo(String companyIdentifier, String winkVersion)
-
Constructor Details
-
SupplierApi
public SupplierApi() -
SupplierApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
browseSuppliers
public reactor.core.publisher.Mono<PageHotelOnMapViewAffiliate> browseSuppliers(String companyIdentifier, StateAffiliate stateAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show suppliers Retrieve page of suppliers.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:
companyIdentifier- The companyIdentifier parameterstateAffiliate- The stateAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- PageHotelOnMapViewAffiliate
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
browseSuppliersWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageHotelOnMapViewAffiliate>> browseSuppliersWithHttpInfo(String companyIdentifier, StateAffiliate stateAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showSupplier
public reactor.core.publisher.Mono<HotelOnMapViewAffiliate> showSupplier(String companyIdentifier, String supplierIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show supplier Retrieve supplier 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:
companyIdentifier- The companyIdentifier parametersupplierIdentifier- The supplierIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- HotelOnMapViewAffiliate
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showSupplierWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelOnMapViewAffiliate>> showSupplierWithHttpInfo(String companyIdentifier, String supplierIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showUniqueCityList
public reactor.core.publisher.Flux<KeyValuePairAffiliate> showUniqueCityList(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show unique supplier cities Retrieve a list of unique cities where suppliers 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:
companyIdentifier- The companyIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- List<KeyValuePairAffiliate>
- 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<KeyValuePairAffiliate>>> showUniqueCityListWithHttpInfo(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showUniqueCountryList
public reactor.core.publisher.Flux<KeyValuePairAffiliate> showUniqueCountryList(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show unique supplier countries Retrieve a list of unique countries where suppliers 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:
companyIdentifier- The companyIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- List<KeyValuePairAffiliate>
- 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<KeyValuePairAffiliate>>> showUniqueCountryListWithHttpInfo(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-