Uses of Enum Class
travel.wink.sdk.extranet.booking.model.BookingSupplier.CreationEnum
Packages that use BookingSupplier.CreationEnum
-
Uses of BookingSupplier.CreationEnum in travel.wink.sdk.extranet.booking.model
Subclasses with type arguments of type BookingSupplier.CreationEnum in travel.wink.sdk.extranet.booking.modelModifier and TypeClassDescriptionstatic enumCommunicates whether the booking was created normally or if it failed or was just for testing.Methods in travel.wink.sdk.extranet.booking.model that return BookingSupplier.CreationEnumModifier and TypeMethodDescriptionstatic BookingSupplier.CreationEnumBookingSupplier.getCreation()Communicates whether the booking was created normally or if it failed or was just for testing.static BookingSupplier.CreationEnumReturns the enum constant of this class with the specified name.static BookingSupplier.CreationEnum[]BookingSupplier.CreationEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.extranet.booking.model with parameters of type BookingSupplier.CreationEnumModifier and TypeMethodDescriptionBookingSupplier.creation(BookingSupplier.CreationEnum creation) voidBookingSupplier.setCreation(BookingSupplier.CreationEnum creation)