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