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