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