Uses of Enum Class
io.deeplumen.ucp.models.schemas.shopping.Adjustment.Status
Packages that use Adjustment.Status
-
Uses of Adjustment.Status in io.deeplumen.ucp.models.schemas.shopping
Methods in io.deeplumen.ucp.models.schemas.shopping that return Adjustment.StatusModifier and TypeMethodDescriptionstatic Adjustment.StatusAdjustment.getStatus()Adjustment status.static Adjustment.StatusReturns the enum constant of this class with the specified name.static Adjustment.Status[]Adjustment.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 Adjustment.StatusModifier and TypeMethodDescriptionvoidAdjustment.setStatus(Adjustment.Status status) Adjustment status.Adjustment.withStatus(Adjustment.Status status)