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