Uses of Enum Class
travel.wink.sdk.booking.model.AncillaryRequest.TypeEnum
Packages that use AncillaryRequest.TypeEnum
-
Uses of AncillaryRequest.TypeEnum in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return AncillaryRequest.TypeEnumModifier and TypeMethodDescriptionstatic AncillaryRequest.TypeEnumAncillaryRequest.getType()Inventory typestatic AncillaryRequest.TypeEnumReturns the enum constant of this class with the specified name.static AncillaryRequest.TypeEnum[]AncillaryRequest.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 AncillaryRequest.TypeEnumModifier and TypeMethodDescriptionvoidAncillaryRequest.setType(AncillaryRequest.TypeEnum type) AncillaryRequest.type(AncillaryRequest.TypeEnum type)