Uses of Class
travel.wink.sdk.booking.model.PerkLightweightBooker
Packages that use PerkLightweightBooker
-
Uses of PerkLightweightBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return PerkLightweightBookerModifier and TypeMethodDescriptionPerkLightweightBooker.addDescriptionsItem(SimpleDescriptionBooker descriptionsItem) PerkLightweightBooker.descriptions(List<@Valid SimpleDescriptionBooker> descriptions) PerkLightweightBooker.guaranteed(Boolean guaranteed) PerkLightweightBooker.identifier(String identifier) Methods in travel.wink.sdk.booking.model that return types with arguments of type PerkLightweightBookerModifier and TypeMethodDescription@Valid List<@Valid PerkLightweightBooker> RoomStayBooker.getPerkTypes()List of perks that came with the master rateMethods in travel.wink.sdk.booking.model with parameters of type PerkLightweightBookerModifier and TypeMethodDescriptionRoomStayBooker.addPerkTypesItem(PerkLightweightBooker perkTypesItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type PerkLightweightBookerModifier and TypeMethodDescriptionRoomStayBooker.perkTypes(List<@Valid PerkLightweightBooker> perkTypes) voidRoomStayBooker.setPerkTypes(List<@Valid PerkLightweightBooker> perkTypes)