Uses of Class
travel.wink.sdk.extranet.monetize.model.RatePlanViewSupplier
Packages that use RatePlanViewSupplier
-
Uses of RatePlanViewSupplier in travel.wink.sdk.extranet.monetize.api
Methods in travel.wink.sdk.extranet.monetize.api that return types with arguments of type RatePlanViewSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<RatePlanViewSupplier> RatePlanApi.createRatePlan(String propertyIdentifier, UpsertRatePlanRequestSupplier upsertRatePlanRequestSupplier, String winkVersion) Create Rate Plan Create a new rate planreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RatePlanViewSupplier>> RatePlanApi.createRatePlanWithHttpInfo(String propertyIdentifier, UpsertRatePlanRequestSupplier upsertRatePlanRequestSupplier, String winkVersion) Create Rate Plan Create a new rate planreactor.core.publisher.Mono<RatePlanViewSupplier> RatePlanApi.showRatePlan(String propertyIdentifier, 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 propertyIdentifier, 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 propertyIdentifier, 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 propertyIdentifier, 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 propertyIdentifier, 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 propertyIdentifier, 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.monetize.model
Methods in travel.wink.sdk.extranet.monetize.model that return RatePlanViewSupplier