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