Uses of Enum Class
com.duffel.sdk.model.OrderSlice.DestinationTypeEnum
Packages that use OrderSlice.DestinationTypeEnum
-
Uses of OrderSlice.DestinationTypeEnum in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return OrderSlice.DestinationTypeEnumModifier and TypeMethodDescription@NotNull OrderSlice.DestinationTypeEnumOrderSlice.getDestinationType()The type of the destinationReturns the enum constant of this class with the specified name.static OrderSlice.DestinationTypeEnum[]OrderSlice.DestinationTypeEnum.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.DestinationTypeEnumModifier and TypeMethodDescriptionOrderSlice.destinationType(OrderSlice.DestinationTypeEnum destinationType) voidOrderSlice.setDestinationType(OrderSlice.DestinationTypeEnum destinationType)