Uses of Enum
io.camunda.zeebe.client.protocol.rest.IncidentItem.ErrorTypeEnum
Packages that use IncidentItem.ErrorTypeEnum
-
Uses of IncidentItem.ErrorTypeEnum in io.camunda.zeebe.client.protocol.rest
Methods in io.camunda.zeebe.client.protocol.rest that return IncidentItem.ErrorTypeEnumModifier and TypeMethodDescriptionstatic IncidentItem.ErrorTypeEnumIncidentItem.getErrorType()Incident error type with a defined set of values.static IncidentItem.ErrorTypeEnumReturns the enum constant of this type with the specified name.static IncidentItem.ErrorTypeEnum[]IncidentItem.ErrorTypeEnum.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.ErrorTypeEnumModifier and TypeMethodDescriptionIncidentItem.errorType(IncidentItem.ErrorTypeEnum errorType) voidIncidentItem.setErrorType(IncidentItem.ErrorTypeEnum errorType)