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