Uses of Enum Class
com.inttegro.orders.LineItemType
Packages that use LineItemType
-
Uses of LineItemType in com.inttegro.orders
Fields in com.inttegro.orders declared as LineItemTypeMethods in com.inttegro.orders that return LineItemTypeModifier and TypeMethodDescriptionstatic LineItemTypeReturns the enum constant of this class with the specified name.static LineItemType[]LineItemType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.inttegro.orders with parameters of type LineItemTypeModifier and TypeMethodDescriptionOrderLineItem.Builder.type(LineItemType type) OrderLineItemParams.Builder.type(LineItemType type)