Uses of Enum Class
com.duffel.sdk.model.OfferSlice.OriginTypeEnum
Packages that use OfferSlice.OriginTypeEnum
-
Uses of OfferSlice.OriginTypeEnum in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return OfferSlice.OriginTypeEnumModifier and TypeMethodDescriptionstatic OfferSlice.OriginTypeEnumOfferSlice.getOriginType()The type of the originstatic OfferSlice.OriginTypeEnumReturns the enum constant of this class with the specified name.static OfferSlice.OriginTypeEnum[]OfferSlice.OriginTypeEnum.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 OfferSlice.OriginTypeEnumModifier and TypeMethodDescriptionOfferSlice.originType(OfferSlice.OriginTypeEnum originType) voidOfferSlice.setOriginType(OfferSlice.OriginTypeEnum originType)