Uses of Enum Class
com.duffel.sdk.model.Order.ContentEnum
Packages that use Order.ContentEnum
-
Uses of Order.ContentEnum in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return Order.ContentEnumModifier and TypeMethodDescriptionstatic Order.ContentEnumOrder.getContent()Whether the __Order__ is Self-Managed or Managedstatic Order.ContentEnumReturns the enum constant of this class with the specified name.static Order.ContentEnum[]Order.ContentEnum.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 Order.ContentEnumModifier and TypeMethodDescriptionOrder.content(Order.ContentEnum content) voidOrder.setContent(Order.ContentEnum content)