Uses of Enum Class
travel.wink.sdk.extranet.booking.model.BookingSupplierDetails.CreationEnum
Packages that use BookingSupplierDetails.CreationEnum
-
Uses of BookingSupplierDetails.CreationEnum in travel.wink.sdk.extranet.booking.model
Subclasses with type arguments of type BookingSupplierDetails.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 BookingSupplierDetails.CreationEnumModifier and TypeMethodDescriptionBookingSupplierDetails.getCreation()Communicates whether the booking was created normally or if it failed or was just for testing.Returns the enum constant of this class with the specified name.static BookingSupplierDetails.CreationEnum[]BookingSupplierDetails.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 BookingSupplierDetails.CreationEnumModifier and TypeMethodDescriptionBookingSupplierDetails.creation(BookingSupplierDetails.CreationEnum creation) voidBookingSupplierDetails.setCreation(BookingSupplierDetails.CreationEnum creation)