Class RecognitionApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<HotelViewSupplier> createRecognition(String hotelIdentifier, UpsertRecognitionSupplier upsertRecognitionSupplier, String winkVersion) Create Recognition Create a new requestreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>> createRecognitionWithHttpInfo(String hotelIdentifier, UpsertRecognitionSupplier upsertRecognitionSupplier, String winkVersion) Create Recognition Create a new requestorg.springframework.web.reactive.function.client.WebClient.ResponseSpeccreateRecognitionWithResponseSpec(String hotelIdentifier, UpsertRecognitionSupplier upsertRecognitionSupplier, String winkVersion) Create Recognition Create a new requestreactor.core.publisher.Mono<HotelViewSupplier> removeRecognition(String hotelIdentifier, String recognitionIdentifier, String winkVersion) Delete Recognition Delete a recognition by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>> removeRecognitionWithHttpInfo(String hotelIdentifier, String recognitionIdentifier, String winkVersion) Delete Recognition Delete a recognition by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecremoveRecognitionWithResponseSpec(String hotelIdentifier, String recognitionIdentifier, String winkVersion) Delete Recognition Delete a recognition by its identifiervoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<TravelInventoryRecognitionSupplier> showRecognition(String hotelIdentifier, String recognitionIdentifier, String winkVersion) Show Recognition Retrieve a recognition by its identifierreactor.core.publisher.Flux<TravelInventoryRecognitionSupplier> showRecognitions(String hotelIdentifier, String winkVersion) Show Recognitions Retrieve a list of all recognitions for propertyreactor.core.publisher.Flux<TravelInventoryRecognitionSupplier> showRecognitionsByCategory(String hotelIdentifier, String category, String winkVersion) Show Recognition by Category Retrieve list recognitions by categoryreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<TravelInventoryRecognitionSupplier>>> showRecognitionsByCategoryWithHttpInfo(String hotelIdentifier, String category, String winkVersion) Show Recognition by Category Retrieve list recognitions by categoryorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowRecognitionsByCategoryWithResponseSpec(String hotelIdentifier, String category, String winkVersion) Show Recognition by Category Retrieve list recognitions by categoryreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<TravelInventoryRecognitionSupplier>>> showRecognitionsWithHttpInfo(String hotelIdentifier, String winkVersion) Show Recognitions Retrieve a list of all recognitions for propertyorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowRecognitionsWithResponseSpec(String hotelIdentifier, String winkVersion) Show Recognitions Retrieve a list of all recognitions for propertyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<TravelInventoryRecognitionSupplier>> showRecognitionWithHttpInfo(String hotelIdentifier, String recognitionIdentifier, String winkVersion) Show Recognition Retrieve a recognition by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowRecognitionWithResponseSpec(String hotelIdentifier, String recognitionIdentifier, String winkVersion) Show Recognition Retrieve a recognition by its identifierreactor.core.publisher.Mono<HotelViewSupplier> updateRecognition(String hotelIdentifier, String recognitionIdentifier, UpsertRecognitionSupplier upsertRecognitionSupplier, String winkVersion) Update Recognition Update a recognition by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>> updateRecognitionWithHttpInfo(String hotelIdentifier, String recognitionIdentifier, UpsertRecognitionSupplier upsertRecognitionSupplier, String winkVersion) Update Recognition Update a recognition by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecupdateRecognitionWithResponseSpec(String hotelIdentifier, String recognitionIdentifier, UpsertRecognitionSupplier upsertRecognitionSupplier, String winkVersion) Update Recognition Update a recognition by its identifier
-
Constructor Details
-
RecognitionApi
public RecognitionApi() -
RecognitionApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
createRecognition
public reactor.core.publisher.Mono<HotelViewSupplier> createRecognition(String hotelIdentifier, UpsertRecognitionSupplier upsertRecognitionSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Recognition Create a new request503 - Service Unavailable
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
405 - Method Not Allowed
201 - Created
- Parameters:
hotelIdentifier- Associate new request record with this hotel identifierupsertRecognitionSupplier- The upsertRecognitionSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- HotelViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createRecognitionWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>> createRecognitionWithHttpInfo(String hotelIdentifier, UpsertRecognitionSupplier upsertRecognitionSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Recognition Create a new request503 - Service Unavailable
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
405 - Method Not Allowed
201 - Created
- Parameters:
hotelIdentifier- Associate new request record with this hotel identifierupsertRecognitionSupplier- The upsertRecognitionSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<HotelViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createRecognitionWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec createRecognitionWithResponseSpec(String hotelIdentifier, UpsertRecognitionSupplier upsertRecognitionSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Recognition Create a new request503 - Service Unavailable
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
405 - Method Not Allowed
201 - Created
- Parameters:
hotelIdentifier- Associate new request record with this hotel identifierupsertRecognitionSupplier- The upsertRecognitionSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeRecognition
public reactor.core.publisher.Mono<HotelViewSupplier> removeRecognition(String hotelIdentifier, String recognitionIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Recognition Delete a recognition by its identifier503 - Service Unavailable
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
405 - Method Not Allowed
202 - Accepted
- Parameters:
hotelIdentifier- Delete recognition record for property with this hotel identifierrecognitionIdentifier- Delete recognition with this identifierwinkVersion- The winkVersion parameter- Returns:
- HotelViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeRecognitionWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>> removeRecognitionWithHttpInfo(String hotelIdentifier, String recognitionIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Recognition Delete a recognition by its identifier503 - Service Unavailable
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
405 - Method Not Allowed
202 - Accepted
- Parameters:
hotelIdentifier- Delete recognition record for property with this hotel identifierrecognitionIdentifier- Delete recognition with this identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<HotelViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeRecognitionWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec removeRecognitionWithResponseSpec(String hotelIdentifier, String recognitionIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Recognition Delete a recognition by its identifier503 - Service Unavailable
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
405 - Method Not Allowed
202 - Accepted
- Parameters:
hotelIdentifier- Delete recognition record for property with this hotel identifierrecognitionIdentifier- Delete recognition with this identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showRecognition
public reactor.core.publisher.Mono<TravelInventoryRecognitionSupplier> showRecognition(String hotelIdentifier, String recognitionIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Recognition Retrieve a recognition by its identifier503 - Service Unavailable
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Show recognition belonging to this hotel identifierrecognitionIdentifier- Show recognition associated with this identifierwinkVersion- The winkVersion parameter- Returns:
- TravelInventoryRecognitionSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showRecognitionWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<TravelInventoryRecognitionSupplier>> showRecognitionWithHttpInfo(String hotelIdentifier, String recognitionIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Recognition Retrieve a recognition by its identifier503 - Service Unavailable
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Show recognition belonging to this hotel identifierrecognitionIdentifier- Show recognition associated with this identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<TravelInventoryRecognitionSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showRecognitionWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showRecognitionWithResponseSpec(String hotelIdentifier, String recognitionIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Recognition Retrieve a recognition by its identifier503 - Service Unavailable
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Show recognition belonging to this hotel identifierrecognitionIdentifier- Show recognition associated with this identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showRecognitions
public reactor.core.publisher.Flux<TravelInventoryRecognitionSupplier> showRecognitions(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Recognitions Retrieve a list of all recognitions for property503 - Service Unavailable
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Show list of recognitions for this hotel identifierwinkVersion- The winkVersion parameter- Returns:
- List<TravelInventoryRecognitionSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showRecognitionsWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<TravelInventoryRecognitionSupplier>>> showRecognitionsWithHttpInfo(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Recognitions Retrieve a list of all recognitions for property503 - Service Unavailable
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Show list of recognitions for this hotel identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<TravelInventoryRecognitionSupplier>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showRecognitionsWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showRecognitionsWithResponseSpec(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Recognitions Retrieve a list of all recognitions for property503 - Service Unavailable
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Show list of recognitions for this hotel identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showRecognitionsByCategory
public reactor.core.publisher.Flux<TravelInventoryRecognitionSupplier> showRecognitionsByCategory(String hotelIdentifier, String category, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Recognition by Category Retrieve list recognitions by category503 - Service Unavailable
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Show list of recognitions for this hotel identifiercategory- Filter list of recognitions by categorywinkVersion- The winkVersion parameter- Returns:
- List<TravelInventoryRecognitionSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showRecognitionsByCategoryWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<TravelInventoryRecognitionSupplier>>> showRecognitionsByCategoryWithHttpInfo(String hotelIdentifier, String category, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Recognition by Category Retrieve list recognitions by category503 - Service Unavailable
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Show list of recognitions for this hotel identifiercategory- Filter list of recognitions by categorywinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<TravelInventoryRecognitionSupplier>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showRecognitionsByCategoryWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showRecognitionsByCategoryWithResponseSpec(String hotelIdentifier, String category, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Recognition by Category Retrieve list recognitions by category503 - Service Unavailable
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Show list of recognitions for this hotel identifiercategory- Filter list of recognitions by categorywinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateRecognition
public reactor.core.publisher.Mono<HotelViewSupplier> updateRecognition(String hotelIdentifier, String recognitionIdentifier, UpsertRecognitionSupplier upsertRecognitionSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Recognition Update a recognition by its identifier503 - Service Unavailable
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Update recognition record associated with this hotel identifierrecognitionIdentifier- Update recognition with this identifierupsertRecognitionSupplier- The upsertRecognitionSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- HotelViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateRecognitionWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>> updateRecognitionWithHttpInfo(String hotelIdentifier, String recognitionIdentifier, UpsertRecognitionSupplier upsertRecognitionSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Recognition Update a recognition by its identifier503 - Service Unavailable
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Update recognition record associated with this hotel identifierrecognitionIdentifier- Update recognition with this identifierupsertRecognitionSupplier- The upsertRecognitionSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<HotelViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateRecognitionWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateRecognitionWithResponseSpec(String hotelIdentifier, String recognitionIdentifier, UpsertRecognitionSupplier upsertRecognitionSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Recognition Update a recognition by its identifier503 - Service Unavailable
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Update recognition record associated with this hotel identifierrecognitionIdentifier- Update recognition with this identifierupsertRecognitionSupplier- The upsertRecognitionSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-