Class MasterRateApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<MasterRateViewSupplier> setPerks(String hotelIdentifier, String masterRateIdentifier, SetMasterRatePerkRequestSupplier setMasterRatePerkRequestSupplier, String winkVersion) Set Master Rate Perks Manage perks for this master rate.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<MasterRateViewSupplier>> setPerksWithHttpInfo(String hotelIdentifier, String masterRateIdentifier, SetMasterRatePerkRequestSupplier setMasterRatePerkRequestSupplier, String winkVersion) Set Master Rate Perks Manage perks for this master rate.org.springframework.web.reactive.function.client.WebClient.ResponseSpecsetPerksWithResponseSpec(String hotelIdentifier, String masterRateIdentifier, SetMasterRatePerkRequestSupplier setMasterRatePerkRequestSupplier, String winkVersion) Set Master Rate Perks Manage perks for this master rate.reactor.core.publisher.Mono<MasterRateViewSupplier> showMasterRate(String hotelIdentifier, String masterRateIdentifier, String winkVersion) Show Master Rate Retrieve a master rate by its identifierreactor.core.publisher.Flux<MasterRateViewSupplier> showMasterRates1(String hotelIdentifier, String winkVersion) Show Master Rates Retrieve list of master ratesreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<MasterRateViewSupplier>>> showMasterRates1WithHttpInfo(String hotelIdentifier, String winkVersion) Show Master Rates Retrieve list of master ratesorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowMasterRates1WithResponseSpec(String hotelIdentifier, String winkVersion) Show Master Rates Retrieve list of master ratesreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<MasterRateViewSupplier>> showMasterRateWithHttpInfo(String hotelIdentifier, String masterRateIdentifier, String winkVersion) Show Master Rate Retrieve a master rate by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowMasterRateWithResponseSpec(String hotelIdentifier, String masterRateIdentifier, String winkVersion) Show Master Rate Retrieve a master rate by its identifierreactor.core.publisher.Mono<MasterRateViewSupplier> toggleMasterRate(String hotelIdentifier, String masterRateIdentifier, ToggleMasterRateRequestSupplier toggleMasterRateRequestSupplier, String winkVersion) Toggle Master Rate Update a master rate by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<MasterRateViewSupplier>> toggleMasterRateWithHttpInfo(String hotelIdentifier, String masterRateIdentifier, ToggleMasterRateRequestSupplier toggleMasterRateRequestSupplier, String winkVersion) Toggle Master Rate Update a master rate by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpectoggleMasterRateWithResponseSpec(String hotelIdentifier, String masterRateIdentifier, ToggleMasterRateRequestSupplier toggleMasterRateRequestSupplier, String winkVersion) Toggle Master Rate Update a master rate by its identifier
-
Constructor Details
-
MasterRateApi
public MasterRateApi() -
MasterRateApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
setPerks
public reactor.core.publisher.Mono<MasterRateViewSupplier> setPerks(String hotelIdentifier, String masterRateIdentifier, SetMasterRatePerkRequestSupplier setMasterRatePerkRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Set Master Rate Perks Manage perks for this master rate.503 - 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 existing master rate owned by this hotel identifier.masterRateIdentifier- Update existing master rate with this identifier.setMasterRatePerkRequestSupplier- The setMasterRatePerkRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- MasterRateViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
setPerksWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<MasterRateViewSupplier>> setPerksWithHttpInfo(String hotelIdentifier, String masterRateIdentifier, SetMasterRatePerkRequestSupplier setMasterRatePerkRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Set Master Rate Perks Manage perks for this master rate.503 - 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 existing master rate owned by this hotel identifier.masterRateIdentifier- Update existing master rate with this identifier.setMasterRatePerkRequestSupplier- The setMasterRatePerkRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<MasterRateViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
setPerksWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec setPerksWithResponseSpec(String hotelIdentifier, String masterRateIdentifier, SetMasterRatePerkRequestSupplier setMasterRatePerkRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Set Master Rate Perks Manage perks for this master rate.503 - 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 existing master rate owned by this hotel identifier.masterRateIdentifier- Update existing master rate with this identifier.setMasterRatePerkRequestSupplier- The setMasterRatePerkRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showMasterRate
public reactor.core.publisher.Mono<MasterRateViewSupplier> showMasterRate(String hotelIdentifier, String masterRateIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Master Rate Retrieve a master rate 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 single master rate owned by this hotel identifier.masterRateIdentifier- Show single master rate with this identifier.winkVersion- The winkVersion parameter- Returns:
- MasterRateViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showMasterRateWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<MasterRateViewSupplier>> showMasterRateWithHttpInfo(String hotelIdentifier, String masterRateIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Master Rate Retrieve a master rate 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 single master rate owned by this hotel identifier.masterRateIdentifier- Show single master rate with this identifier.winkVersion- The winkVersion parameter- Returns:
- ResponseEntity<MasterRateViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showMasterRateWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showMasterRateWithResponseSpec(String hotelIdentifier, String masterRateIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Master Rate Retrieve a master rate 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 single master rate owned by this hotel identifier.masterRateIdentifier- Show single master rate with this identifier.winkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showMasterRates1
public reactor.core.publisher.Flux<MasterRateViewSupplier> showMasterRates1(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Master Rates Retrieve list of master rates503 - 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 all master rates owned by this hotel identifier.winkVersion- The winkVersion parameter- Returns:
- List<MasterRateViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showMasterRates1WithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<MasterRateViewSupplier>>> showMasterRates1WithHttpInfo(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Master Rates Retrieve list of master rates503 - 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 all master rates owned by this hotel identifier.winkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<MasterRateViewSupplier>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showMasterRates1WithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showMasterRates1WithResponseSpec(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Master Rates Retrieve list of master rates503 - 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 all master rates owned by this hotel identifier.winkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
toggleMasterRate
public reactor.core.publisher.Mono<MasterRateViewSupplier> toggleMasterRate(String hotelIdentifier, String masterRateIdentifier, ToggleMasterRateRequestSupplier toggleMasterRateRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Toggle Master Rate Update a master rate 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 existing master rate owned by this hotel identifier.masterRateIdentifier- Update existing master rate with this identifier.toggleMasterRateRequestSupplier- The toggleMasterRateRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- MasterRateViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
toggleMasterRateWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<MasterRateViewSupplier>> toggleMasterRateWithHttpInfo(String hotelIdentifier, String masterRateIdentifier, ToggleMasterRateRequestSupplier toggleMasterRateRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Toggle Master Rate Update a master rate 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 existing master rate owned by this hotel identifier.masterRateIdentifier- Update existing master rate with this identifier.toggleMasterRateRequestSupplier- The toggleMasterRateRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<MasterRateViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
toggleMasterRateWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec toggleMasterRateWithResponseSpec(String hotelIdentifier, String masterRateIdentifier, ToggleMasterRateRequestSupplier toggleMasterRateRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Toggle Master Rate Update a master rate 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 existing master rate owned by this hotel identifier.masterRateIdentifier- Update existing master rate with this identifier.toggleMasterRateRequestSupplier- The toggleMasterRateRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-