Uses of Class
travel.wink.sdk.extranet.model.RatePlanRemovableResponseSupplier
Packages that use RatePlanRemovableResponseSupplier
-
Uses of RatePlanRemovableResponseSupplier in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type RatePlanRemovableResponseSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<RatePlanRemovableResponseSupplier>RatePlanApi.removableRatePlan(String hotelIdentifier, String ratePlanIdentifier, String winkVersion) Verify Removable Check if a rate plan is removable.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RatePlanRemovableResponseSupplier>>RatePlanApi.removableRatePlanWithHttpInfo(String hotelIdentifier, String ratePlanIdentifier, String winkVersion) Verify Removable Check if a rate plan is removable. -
Uses of RatePlanRemovableResponseSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return RatePlanRemovableResponseSupplierModifier and TypeMethodDescriptionRatePlanRemovableResponseSupplier.addAddOnListItem(IdentifierNamePairSupplier addOnListItem) RatePlanRemovableResponseSupplier.addMasterRateListItem(IdentifierNamePairSupplier masterRateListItem) RatePlanRemovableResponseSupplier.addOnList(List<IdentifierNamePairSupplier> addOnList) RatePlanRemovableResponseSupplier.hotelIdentifier(UUID hotelIdentifier) RatePlanRemovableResponseSupplier.masterRateList(List<IdentifierNamePairSupplier> masterRateList) RatePlanRemovableResponseSupplier.ratePlanIdentifier(UUID ratePlanIdentifier)