Class ReviewApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<ReviewViewSupplier> respondToReview(String hotelIdentifier, String reviewIdentifier, ReviewResponseSupplier reviewResponseSupplier, String winkVersion) Respond to Review Respond to a unique review for a hotel identified by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ReviewViewSupplier>> respondToReviewWithHttpInfo(String hotelIdentifier, String reviewIdentifier, ReviewResponseSupplier reviewResponseSupplier, String winkVersion) Respond to Review Respond to a unique review for a hotel identified by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecrespondToReviewWithResponseSpec(String hotelIdentifier, String reviewIdentifier, ReviewResponseSupplier reviewResponseSupplier, String winkVersion) Respond to Review Respond to a unique review for a hotel identified by its identifiervoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<ReviewViewSupplier> showReview(String hotelIdentifier, String reviewIdentifier, String winkVersion) Show Review Retrieve a unique review of a hotel identified by its identifierreactor.core.publisher.Mono<CountResponseSupplier> showReviewCount(String hotelIdentifier, String winkVersion) Show Review Count Retrieve a count of all reviews for a hotel identified by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CountResponseSupplier>> showReviewCountWithHttpInfo(String hotelIdentifier, String winkVersion) Show Review Count Retrieve a count of all reviews for a hotel identified by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowReviewCountWithResponseSpec(String hotelIdentifier, String winkVersion) Show Review Count Retrieve a count of all reviews for a hotel identified by its identifierreactor.core.publisher.Mono<PageReviewViewSupplier> showReviews(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) Show Reviews Retrieve a paginated list of reviews for specified propertyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageReviewViewSupplier>> showReviewsWithHttpInfo(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) Show Reviews Retrieve a paginated list of reviews for specified propertyorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowReviewsWithResponseSpec(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) Show Reviews Retrieve a paginated list of reviews for specified propertyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ReviewViewSupplier>> showReviewWithHttpInfo(String hotelIdentifier, String reviewIdentifier, String winkVersion) Show Review Retrieve a unique review of a hotel identified by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowReviewWithResponseSpec(String hotelIdentifier, String reviewIdentifier, String winkVersion) Show Review Retrieve a unique review of a hotel identified by its identifier
-
Constructor Details
-
ReviewApi
public ReviewApi() -
ReviewApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
respondToReview
public reactor.core.publisher.Mono<ReviewViewSupplier> respondToReview(String hotelIdentifier, String reviewIdentifier, ReviewResponseSupplier reviewResponseSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Respond to Review Respond to a unique review for a hotel identified by its identifier400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
200 - OK
- Parameters:
hotelIdentifier- Respond to review given hotel with this identifierreviewIdentifier- Respond to review with this identifierreviewResponseSupplier- The reviewResponseSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ReviewViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
respondToReviewWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ReviewViewSupplier>> respondToReviewWithHttpInfo(String hotelIdentifier, String reviewIdentifier, ReviewResponseSupplier reviewResponseSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Respond to Review Respond to a unique review for a hotel identified by its identifier400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
200 - OK
- Parameters:
hotelIdentifier- Respond to review given hotel with this identifierreviewIdentifier- Respond to review with this identifierreviewResponseSupplier- The reviewResponseSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<ReviewViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
respondToReviewWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec respondToReviewWithResponseSpec(String hotelIdentifier, String reviewIdentifier, ReviewResponseSupplier reviewResponseSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Respond to Review Respond to a unique review for a hotel identified by its identifier400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
200 - OK
- Parameters:
hotelIdentifier- Respond to review given hotel with this identifierreviewIdentifier- Respond to review with this identifierreviewResponseSupplier- The reviewResponseSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showReview
public reactor.core.publisher.Mono<ReviewViewSupplier> showReview(String hotelIdentifier, String reviewIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Review Retrieve a unique review of a hotel identified by its identifier400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
200 - OK
- Parameters:
hotelIdentifier- Show review given to hotel with this identifierreviewIdentifier- Show review for this identifierwinkVersion- The winkVersion parameter- Returns:
- ReviewViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showReviewWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ReviewViewSupplier>> showReviewWithHttpInfo(String hotelIdentifier, String reviewIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Review Retrieve a unique review of a hotel identified by its identifier400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
200 - OK
- Parameters:
hotelIdentifier- Show review given to hotel with this identifierreviewIdentifier- Show review for this identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<ReviewViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showReviewWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showReviewWithResponseSpec(String hotelIdentifier, String reviewIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Review Retrieve a unique review of a hotel identified by its identifier400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
200 - OK
- Parameters:
hotelIdentifier- Show review given to hotel with this identifierreviewIdentifier- Show review for 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
-
showReviewCount
public reactor.core.publisher.Mono<CountResponseSupplier> showReviewCount(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Review Count Retrieve a count of all reviews for a hotel identified by its identifier400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
200 - OK
- Parameters:
hotelIdentifier- Show review count for hotel with this identifierwinkVersion- The winkVersion parameter- Returns:
- CountResponseSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showReviewCountWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CountResponseSupplier>> showReviewCountWithHttpInfo(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Review Count Retrieve a count of all reviews for a hotel identified by its identifier400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
200 - OK
- Parameters:
hotelIdentifier- Show review count for hotel with this identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<CountResponseSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showReviewCountWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showReviewCountWithResponseSpec(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Review Count Retrieve a count of all reviews for a hotel identified by its identifier400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
200 - OK
- Parameters:
hotelIdentifier- Show review count for hotel 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
-
showReviews
public reactor.core.publisher.Mono<PageReviewViewSupplier> showReviews(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Reviews Retrieve a paginated list of reviews for specified property400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
200 - OK
- Parameters:
hotelIdentifier- Show reviews for hotel with this identifierstateSupplier- The stateSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- PageReviewViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showReviewsWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageReviewViewSupplier>> showReviewsWithHttpInfo(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Reviews Retrieve a paginated list of reviews for specified property400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
200 - OK
- Parameters:
hotelIdentifier- Show reviews for hotel with this identifierstateSupplier- The stateSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<PageReviewViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showReviewsWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showReviewsWithResponseSpec(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Reviews Retrieve a paginated list of reviews for specified property400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
200 - OK
- Parameters:
hotelIdentifier- Show reviews for hotel with this identifierstateSupplier- The stateSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-