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