Uses of Enum Class
travel.wink.sdk.booking.model.BookingAncillaryBooker.TypeEnum
Packages that use BookingAncillaryBooker.TypeEnum
-
Uses of BookingAncillaryBooker.TypeEnum in travel.wink.sdk.booking.model
Subclasses with type arguments of type BookingAncillaryBooker.TypeEnum in travel.wink.sdk.booking.modelMethods in travel.wink.sdk.booking.model that return BookingAncillaryBooker.TypeEnumModifier and TypeMethodDescription@NotNull BookingAncillaryBooker.TypeEnumBookingAncillaryBooker.getType()Inventory typeReturns the enum constant of this class with the specified name.static BookingAncillaryBooker.TypeEnum[]BookingAncillaryBooker.TypeEnum.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 BookingAncillaryBooker.TypeEnumModifier and TypeMethodDescriptionvoidBookingAncillaryBooker.setType(BookingAncillaryBooker.TypeEnum type) BookingAncillaryBooker.type(BookingAncillaryBooker.TypeEnum type)