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