Uses of Enum Class
travel.wink.sdk.extranet.model.GuestRoom.PricePointEnum
Packages that use GuestRoom.PricePointEnum
-
Uses of GuestRoom.PricePointEnum in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return GuestRoom.PricePointEnumModifier and TypeMethodDescriptionstatic GuestRoom.PricePointEnum@NotNull GuestRoom.PricePointEnumGuestRoom.getPricePoint()Level of expensiveness.static GuestRoom.PricePointEnumReturns the enum constant of this class with the specified name.static GuestRoom.PricePointEnum[]GuestRoom.PricePointEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.extranet.model with parameters of type GuestRoom.PricePointEnumModifier and TypeMethodDescriptionGuestRoom.pricePoint(GuestRoom.PricePointEnum pricePoint) voidGuestRoom.setPricePoint(GuestRoom.PricePointEnum pricePoint)