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