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