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