Uses of Enum
io.camunda.zeebe.client.protocol.rest.IncidentItem.StateEnum
Packages that use IncidentItem.StateEnum
-
Uses of IncidentItem.StateEnum in io.camunda.zeebe.client.protocol.rest
Methods in io.camunda.zeebe.client.protocol.rest that return IncidentItem.StateEnumModifier and TypeMethodDescriptionstatic IncidentItem.StateEnumIncidentItem.getState()State of this incident with a defined set of values.static IncidentItem.StateEnumReturns the enum constant of this type with the specified name.static IncidentItem.StateEnum[]IncidentItem.StateEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.zeebe.client.protocol.rest with parameters of type IncidentItem.StateEnumModifier and TypeMethodDescriptionvoidIncidentItem.setState(IncidentItem.StateEnum state) IncidentItem.state(IncidentItem.StateEnum state)