Uses of Class
io.dialob.executor.model.ItemState.Status
-
Packages that use ItemState.Status Package Description io.dialob.executor.model -
-
Uses of ItemState.Status in io.dialob.executor.model
Methods in io.dialob.executor.model that return ItemState.Status Modifier and Type Method Description ItemState.StatusItemState. getStatus()static ItemState.StatusItemState.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static ItemState.Status[]ItemState.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.dialob.executor.model with parameters of type ItemState.Status Modifier and Type Method Description ItemState.UpdateBuilderItemState.UpdateBuilder. setStatus(ItemState.Status newStatus)
-