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