Uses of Class
travel.wink.sdk.extranet.model.MasterRate
Packages that use MasterRate
-
Uses of MasterRate in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return MasterRateModifier and TypeMethodDescriptionMasterRate.addPerkTypesItem(MasterRate.PerkTypesEnum perkTypesItem) @Valid MasterRateMasterRateView.getMasterRate()Get masterRateMasterRate.guestRoomIdentifier(UUID guestRoomIdentifier) MasterRate.hotelIdentifier(UUID hotelIdentifier) MasterRate.identifier(UUID identifier) MasterRate.perksValue(Integer perksValue) MasterRate.perkTypes(List<MasterRate.PerkTypesEnum> perkTypes) MasterRate.ratePlan(MasterRateRatePlan ratePlan) MasterRate.ratePlanIdentifier(UUID ratePlanIdentifier) MasterRate.room(MasterRateRoom room) Methods in travel.wink.sdk.extranet.model that return types with arguments of type MasterRateModifier and TypeMethodDescription@Valid List<MasterRate>DescriptiveRoom.getAccessibleMasterRates()Get accessibleMasterRatesMethods in travel.wink.sdk.extranet.model with parameters of type MasterRateModifier and TypeMethodDescriptionDescriptiveRoom.addAccessibleMasterRatesItem(MasterRate accessibleMasterRatesItem) MasterRateView.masterRate(MasterRate masterRate) voidMasterRateView.setMasterRate(MasterRate masterRate) Method parameters in travel.wink.sdk.extranet.model with type arguments of type MasterRateModifier and TypeMethodDescriptionDescriptiveRoom.accessibleMasterRates(List<MasterRate> accessibleMasterRates) voidDescriptiveRoom.setAccessibleMasterRates(List<MasterRate> accessibleMasterRates)