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