Uses of Enum Class
com.duffel.sdk.model.OrderPassenger.TypeEnum
Packages that use OrderPassenger.TypeEnum
-
Uses of OrderPassenger.TypeEnum in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return OrderPassenger.TypeEnumModifier and TypeMethodDescriptionstatic OrderPassenger.TypeEnum@NotNull OrderPassenger.TypeEnumOrderPassenger.getType()The type of the passengerstatic OrderPassenger.TypeEnumReturns the enum constant of this class with the specified name.static OrderPassenger.TypeEnum[]OrderPassenger.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 OrderPassenger.TypeEnumModifier and TypeMethodDescriptionvoidOrderPassenger.setType(OrderPassenger.TypeEnum type) OrderPassenger.type(OrderPassenger.TypeEnum type)