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