Class MasterRateApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<MasterRateViewSupplier> setPerks(String propertyIdentifier, 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 propertyIdentifier, 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 propertyIdentifier, String masterRateIdentifier, SetMasterRatePerkRequestSupplier setMasterRatePerkRequestSupplier, String winkVersion) Set Master Rate Perks Manage perks for this master rate.reactor.core.publisher.Mono<MasterRateViewSupplier> showMasterRate(String propertyIdentifier, String masterRateIdentifier, String winkVersion, String accept) Show Master Rate Retrieve a master rate by its identifierreactor.core.publisher.Flux<MasterRateViewSupplier> showMasterRates(String propertyIdentifier, String winkVersion, String accept) Show Master Rates Retrieve list of master ratesreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<MasterRateViewSupplier>>> showMasterRatesWithHttpInfo(String propertyIdentifier, String winkVersion, String accept) Show Master Rates Retrieve list of master ratesorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowMasterRatesWithResponseSpec(String propertyIdentifier, String winkVersion, String accept) Show Master Rates Retrieve list of master ratesreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<MasterRateViewSupplier>> showMasterRateWithHttpInfo(String propertyIdentifier, String masterRateIdentifier, String winkVersion, String accept) Show Master Rate Retrieve a master rate by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowMasterRateWithResponseSpec(String propertyIdentifier, String masterRateIdentifier, String winkVersion, String accept) Show Master Rate Retrieve a master rate by its identifierreactor.core.publisher.Mono<MasterRateViewSupplier> toggleMasterRate(String propertyIdentifier, 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 propertyIdentifier, String masterRateIdentifier, ToggleMasterRateRequestSupplier toggleMasterRateRequestSupplier, String winkVersion) Toggle Master Rate Update a master rate by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpectoggleMasterRateWithResponseSpec(String propertyIdentifier, 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 propertyIdentifier, String masterRateIdentifier, SetMasterRatePerkRequestSupplier setMasterRatePerkRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Set Master Rate Perks Manage perks for this master rate.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Update existing master rate owned by this property 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 propertyIdentifier, String masterRateIdentifier, SetMasterRatePerkRequestSupplier setMasterRatePerkRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Set Master Rate Perks Manage perks for this master rate.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Update existing master rate owned by this property 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 propertyIdentifier, String masterRateIdentifier, SetMasterRatePerkRequestSupplier setMasterRatePerkRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Set Master Rate Perks Manage perks for this master rate.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Update existing master rate owned by this property 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 propertyIdentifier, String masterRateIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Master Rate Retrieve a master rate by its identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Show single master rate owned by this property identifier.masterRateIdentifier- Show single master rate with this identifier.winkVersion- The winkVersion parameteraccept- The accept 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 propertyIdentifier, String masterRateIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Master Rate Retrieve a master rate by its identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Show single master rate owned by this property identifier.masterRateIdentifier- Show single master rate with this identifier.winkVersion- The winkVersion parameteraccept- The accept 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 propertyIdentifier, String masterRateIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Master Rate Retrieve a master rate by its identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Show single master rate owned by this property identifier.masterRateIdentifier- Show single master rate with this identifier.winkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showMasterRates
public reactor.core.publisher.Flux<MasterRateViewSupplier> showMasterRates(String propertyIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Master Rates Retrieve list of master rates500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Show all master rates owned by this property identifier.winkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- List<MasterRateViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showMasterRatesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<MasterRateViewSupplier>>> showMasterRatesWithHttpInfo(String propertyIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Master Rates Retrieve list of master rates500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Show all master rates owned by this property identifier.winkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<List<MasterRateViewSupplier>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showMasterRatesWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showMasterRatesWithResponseSpec(String propertyIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Master Rates Retrieve list of master rates500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Show all master rates owned by this property identifier.winkVersion- The winkVersion parameteraccept- The accept 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 propertyIdentifier, String masterRateIdentifier, ToggleMasterRateRequestSupplier toggleMasterRateRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Toggle Master Rate Update a master rate by its identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Update existing master rate owned by this property 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 propertyIdentifier, String masterRateIdentifier, ToggleMasterRateRequestSupplier toggleMasterRateRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Toggle Master Rate Update a master rate by its identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Update existing master rate owned by this property 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 propertyIdentifier, String masterRateIdentifier, ToggleMasterRateRequestSupplier toggleMasterRateRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Toggle Master Rate Update a master rate by its identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Update existing master rate owned by this property 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
-