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