Uses of Enum Class
com.duffel.sdk.model.OfferPassenger.TypeEnum
Packages that use OfferPassenger.TypeEnum
-
Uses of OfferPassenger.TypeEnum in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return OfferPassenger.TypeEnumModifier and TypeMethodDescriptionstatic OfferPassenger.TypeEnumOfferPassenger.getType()The type of the passengerstatic OfferPassenger.TypeEnumReturns the enum constant of this class with the specified name.static OfferPassenger.TypeEnum[]OfferPassenger.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.duffel.sdk.model with parameters of type OfferPassenger.TypeEnumModifier and TypeMethodDescriptionvoidOfferPassenger.setType(OfferPassenger.TypeEnum type) OfferPassenger.type(OfferPassenger.TypeEnum type)