Class RecognitionApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<RecognitionViewSupplier> createRecognition(String hotelIdentifier, RecognitionSupplier recognitionSupplier, String winkVersion) Create Recognition Create a new recognitionreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RecognitionViewSupplier>> createRecognitionWithHttpInfo(String hotelIdentifier, RecognitionSupplier recognitionSupplier, String winkVersion) Create Recognition Create a new recognitionorg.springframework.web.reactive.function.client.WebClient.ResponseSpeccreateRecognitionWithResponseSpec(String hotelIdentifier, RecognitionSupplier recognitionSupplier, String winkVersion) Create Recognition Create a new recognitionreactor.core.publisher.Mono<RemoveEntryResponseSupplier> removeRecognition(String hotelIdentifier, String recognitionIdentifier, String winkVersion) Delete Recognition Delete a recognition by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponseSupplier>> 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<RecognitionViewSupplier> showRecognition(String hotelIdentifier, String recognitionIdentifier, String winkVersion) Show Recognition Retrieve a recognition by its identifierreactor.core.publisher.Flux<RecognitionViewSupplier> showRecognitions(String hotelIdentifier, String winkVersion) Show Recognitions Retrieve a list of all recognitions for propertyreactor.core.publisher.Flux<RecognitionViewSupplier> showRecognitionsByCategory(String hotelIdentifier, String category, String winkVersion) Show Recognition by Category Retrieve list recognitions by categoryreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<RecognitionViewSupplier>>> 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<RecognitionViewSupplier>>> 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<RecognitionViewSupplier>> 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<RecognitionViewSupplier> updateRecognition(String hotelIdentifier, String recognitionIdentifier, RecognitionSupplier recognitionSupplier, String winkVersion) Update Recognition Update a recognition by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RecognitionViewSupplier>> updateRecognitionWithHttpInfo(String hotelIdentifier, String recognitionIdentifier, RecognitionSupplier recognitionSupplier, String winkVersion) Update Recognition Update a recognition by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecupdateRecognitionWithResponseSpec(String hotelIdentifier, String recognitionIdentifier, RecognitionSupplier recognitionSupplier, 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<RecognitionViewSupplier> createRecognition(String hotelIdentifier, RecognitionSupplier recognitionSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Recognition Create a new recognition503 - 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 recognition record with this hotel identifierrecognitionSupplier- The recognitionSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- RecognitionViewSupplier
- 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<RecognitionViewSupplier>> createRecognitionWithHttpInfo(String hotelIdentifier, RecognitionSupplier recognitionSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Recognition Create a new recognition503 - 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 recognition record with this hotel identifierrecognitionSupplier- The recognitionSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<RecognitionViewSupplier>
- 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, RecognitionSupplier recognitionSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Recognition Create a new recognition503 - 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 recognition record with this hotel identifierrecognitionSupplier- The recognitionSupplier 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<RemoveEntryResponseSupplier> 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:
- RemoveEntryResponseSupplier
- 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<RemoveEntryResponseSupplier>> 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<RemoveEntryResponseSupplier>
- 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<RecognitionViewSupplier> 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:
- RecognitionViewSupplier
- 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<RecognitionViewSupplier>> 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<RecognitionViewSupplier>
- 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<RecognitionViewSupplier> 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<RecognitionViewSupplier>
- 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<RecognitionViewSupplier>>> 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<RecognitionViewSupplier>>
- 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<RecognitionViewSupplier> 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<RecognitionViewSupplier>
- 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<RecognitionViewSupplier>>> 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<RecognitionViewSupplier>>
- 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<RecognitionViewSupplier> updateRecognition(String hotelIdentifier, String recognitionIdentifier, RecognitionSupplier recognitionSupplier, 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 identifierrecognitionSupplier- The recognitionSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- RecognitionViewSupplier
- 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<RecognitionViewSupplier>> updateRecognitionWithHttpInfo(String hotelIdentifier, String recognitionIdentifier, RecognitionSupplier recognitionSupplier, 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 identifierrecognitionSupplier- The recognitionSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<RecognitionViewSupplier>
- 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, RecognitionSupplier recognitionSupplier, 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 identifierrecognitionSupplier- The recognitionSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-