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