Uses of Enum Class
io.camunda.zeebe.gateway.protocol.rest.OperationItem.StateEnum
Packages that use OperationItem.StateEnum
-
Uses of OperationItem.StateEnum in io.camunda.zeebe.gateway.protocol.rest
Methods in io.camunda.zeebe.gateway.protocol.rest that return OperationItem.StateEnumModifier and TypeMethodDescriptionstatic OperationItem.StateEnumOperationItem.getState()Get statestatic OperationItem.StateEnumReturns the enum constant of this class with the specified name.static OperationItem.StateEnum[]OperationItem.StateEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.camunda.zeebe.gateway.protocol.rest with parameters of type OperationItem.StateEnumModifier and TypeMethodDescriptionvoidOperationItem.setState(OperationItem.StateEnum state) OperationItem.state(OperationItem.StateEnum state)