Uses of Enum Class
travel.wink.sdk.booking.model.RoomStayBooker.PerkTypesEnum
Packages that use RoomStayBooker.PerkTypesEnum
-
Uses of RoomStayBooker.PerkTypesEnum in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return RoomStayBooker.PerkTypesEnumModifier and TypeMethodDescriptionstatic RoomStayBooker.PerkTypesEnumstatic RoomStayBooker.PerkTypesEnumReturns the enum constant of this class with the specified name.static RoomStayBooker.PerkTypesEnum[]RoomStayBooker.PerkTypesEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.booking.model that return types with arguments of type RoomStayBooker.PerkTypesEnumModifier and TypeMethodDescriptionRoomStayBooker.getPerkTypes()List of perks that came with the master rateMethods in travel.wink.sdk.booking.model with parameters of type RoomStayBooker.PerkTypesEnumModifier and TypeMethodDescriptionRoomStayBooker.addPerkTypesItem(RoomStayBooker.PerkTypesEnum perkTypesItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type RoomStayBooker.PerkTypesEnumModifier and TypeMethodDescriptionRoomStayBooker.perkTypes(List<RoomStayBooker.PerkTypesEnum> perkTypes) voidRoomStayBooker.setPerkTypes(List<RoomStayBooker.PerkTypesEnum> perkTypes)