Class SupplierApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageHotelOnMapView>browseSuppliers(String companyIdentifier, State state, String winkVersion) Show suppliers Retrieve page of suppliers.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageHotelOnMapView>>browseSuppliersWithHttpInfo(String companyIdentifier, State state, String winkVersion) voidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<HotelOnMapView>showSupplier(String companyIdentifier, String supplierIdentifier, String winkVersion) Show supplier Retrieve supplier information specified by identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelOnMapView>>showSupplierWithHttpInfo(String companyIdentifier, String supplierIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePair>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<KeyValuePair>>>showUniqueCityListWithHttpInfo(String companyIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePair>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<KeyValuePair>>>showUniqueCountryListWithHttpInfo(String companyIdentifier, String winkVersion)
-
Constructor Details
-
SupplierApi
public SupplierApi() -
SupplierApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
browseSuppliers
public reactor.core.publisher.Mono<PageHotelOnMapView> browseSuppliers(String companyIdentifier, State state, 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 parameterstate- The state parameterwinkVersion- The winkVersion parameter- Returns:
- PageHotelOnMapView
- 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<PageHotelOnMapView>> browseSuppliersWithHttpInfo(String companyIdentifier, State state, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showSupplier
public reactor.core.publisher.Mono<HotelOnMapView> 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:
- HotelOnMapView
- 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<HotelOnMapView>> 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<KeyValuePair> 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<KeyValuePair>
- 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<KeyValuePair>>> 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<KeyValuePair> 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<KeyValuePair>
- 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<KeyValuePair>>> showUniqueCountryListWithHttpInfo(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-