Uses of Enum Class
travel.wink.sdk.extranet.model.BookingSupplier.CreationEnum
Packages that use BookingSupplier.CreationEnum
-
Uses of BookingSupplier.CreationEnum in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.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.model with parameters of type BookingSupplier.CreationEnumModifier and TypeMethodDescriptionBookingSupplier.creation(BookingSupplier.CreationEnum creation) voidBookingSupplier.setCreation(BookingSupplier.CreationEnum creation)