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