Uses of Class
travel.wink.sdk.extranet.model.RatePlanView
Packages that use RatePlanView
-
Uses of RatePlanView in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type RatePlanViewModifier and TypeMethodDescriptionreactor.core.publisher.Mono<RatePlanView>RatePlanApi.createRatePlan(String hotelIdentifier, UpsertRatePlanRequest upsertRatePlanRequest) Create Rate Plan Create a new rate planreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RatePlanView>>RatePlanApi.createRatePlanWithHttpInfo(String hotelIdentifier, UpsertRatePlanRequest upsertRatePlanRequest) reactor.core.publisher.Mono<RatePlanView>RatePlanApi.showRatePlan(String hotelIdentifier, String ratePlanIdentifier, String accept) Show Rate Plan Retrieve a single rate plan identified by its identifierreactor.core.publisher.Flux<RatePlanView>RatePlanApi.showRatePlans(String hotelIdentifier, String accept) Show Rate Plans Retrieve list of rate plans for property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<RatePlanView>>>RatePlanApi.showRatePlansWithHttpInfo(String hotelIdentifier, String accept) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RatePlanView>>RatePlanApi.showRatePlanWithHttpInfo(String hotelIdentifier, String ratePlanIdentifier, String accept) reactor.core.publisher.Mono<RatePlanView>RatePlanApi.updateRatePlan(String hotelIdentifier, String ratePlanIdentifier, UpsertRatePlanRequest upsertRatePlanRequest) Update Rate Plan Update an existing rate plan by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RatePlanView>>RatePlanApi.updateRatePlanWithHttpInfo(String hotelIdentifier, String ratePlanIdentifier, UpsertRatePlanRequest upsertRatePlanRequest) -
Uses of RatePlanView in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return RatePlanView