Uses of Enum Class
travel.wink.sdk.booking.model.BookingAgent.CreationEnum
Packages that use BookingAgent.CreationEnum
-
Uses of BookingAgent.CreationEnum in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return BookingAgent.CreationEnumModifier and TypeMethodDescriptionstatic BookingAgent.CreationEnumBookingAgent.getCreation()Communicates whether the booking was created normally or if it failed or was just for testing.static BookingAgent.CreationEnumReturns the enum constant of this class with the specified name.static BookingAgent.CreationEnum[]BookingAgent.CreationEnum.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 BookingAgent.CreationEnumModifier and TypeMethodDescriptionBookingAgent.creation(BookingAgent.CreationEnum creation) voidBookingAgent.setCreation(BookingAgent.CreationEnum creation)