Uses of Enum Class
travel.wink.sdk.booking.model.BookingContractBooker.CancellerEnum
Packages that use BookingContractBooker.CancellerEnum
-
Uses of BookingContractBooker.CancellerEnum in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return BookingContractBooker.CancellerEnumModifier and TypeMethodDescriptionBookingContractBooker.getCanceller()Type of entity that cancelled the booking.Returns the enum constant of this class with the specified name.static BookingContractBooker.CancellerEnum[]BookingContractBooker.CancellerEnum.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 BookingContractBooker.CancellerEnumModifier and TypeMethodDescriptionBookingContractBooker.canceller(BookingContractBooker.CancellerEnum canceller) voidBookingContractBooker.setCanceller(BookingContractBooker.CancellerEnum canceller)