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