Uses of Enum Class
com.duffel.sdk.model.OfferRequestBodyPassengerWithType.TypeEnum
Packages that use OfferRequestBodyPassengerWithType.TypeEnum
-
Uses of OfferRequestBodyPassengerWithType.TypeEnum in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return OfferRequestBodyPassengerWithType.TypeEnumModifier and TypeMethodDescriptionOfferRequestBodyPassengerWithType.getType()The type of the passenger.Returns the enum constant of this class with the specified name.OfferRequestBodyPassengerWithType.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 OfferRequestBodyPassengerWithType.TypeEnumModifier and TypeMethodDescriptionvoidOfferRequestBodyPassengerWithType.setType(OfferRequestBodyPassengerWithType.TypeEnum type) OfferRequestBodyPassengerWithType.type(OfferRequestBodyPassengerWithType.TypeEnum type)