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