Uses of Enum Class
io.deeplumen.ucp.models.schemas.shopping.OrderLineItem.Status
Packages that use OrderLineItem.Status
-
Uses of OrderLineItem.Status in io.deeplumen.ucp.models.schemas.shopping
Methods in io.deeplumen.ucp.models.schemas.shopping that return OrderLineItem.StatusModifier and TypeMethodDescriptionstatic OrderLineItem.StatusOrderLineItem.getStatus()Derived status: fulfilled if quantity.fulfilled == quantity.total, partial if quantity.fulfilled > 0, otherwise processing.static OrderLineItem.StatusReturns the enum constant of this class with the specified name.static OrderLineItem.Status[]OrderLineItem.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.deeplumen.ucp.models.schemas.shopping with parameters of type OrderLineItem.StatusModifier and TypeMethodDescriptionvoidOrderLineItem.setStatus(OrderLineItem.Status status) Derived status: fulfilled if quantity.fulfilled == quantity.total, partial if quantity.fulfilled > 0, otherwise processing.OrderLineItem.withStatus(OrderLineItem.Status status)