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