Uses of Enum Class
travel.wink.sdk.booking.model.RoomStayAgent.PerkTypesEnum
Packages that use RoomStayAgent.PerkTypesEnum
-
Uses of RoomStayAgent.PerkTypesEnum in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return RoomStayAgent.PerkTypesEnumModifier and TypeMethodDescriptionstatic RoomStayAgent.PerkTypesEnumstatic RoomStayAgent.PerkTypesEnumReturns the enum constant of this class with the specified name.static RoomStayAgent.PerkTypesEnum[]RoomStayAgent.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 RoomStayAgent.PerkTypesEnumModifier and TypeMethodDescriptionRoomStayAgent.getPerkTypes()List of perks that came with the master rateMethods in travel.wink.sdk.booking.model with parameters of type RoomStayAgent.PerkTypesEnumModifier and TypeMethodDescriptionRoomStayAgent.addPerkTypesItem(RoomStayAgent.PerkTypesEnum perkTypesItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type RoomStayAgent.PerkTypesEnumModifier and TypeMethodDescriptionRoomStayAgent.perkTypes(List<RoomStayAgent.PerkTypesEnum> perkTypes) voidRoomStayAgent.setPerkTypes(List<RoomStayAgent.PerkTypesEnum> perkTypes)