Uses of Enum
io.camunda.client.protocol.rest.IncidentFilter.ErrorTypeEnum
Packages that use IncidentFilter.ErrorTypeEnum
-
Uses of IncidentFilter.ErrorTypeEnum in io.camunda.client.api.search.response
Methods in io.camunda.client.api.search.response that return IncidentFilter.ErrorTypeEnumModifier and TypeMethodDescriptionstatic IncidentFilter.ErrorTypeEnumIncidentErrorType.toProtocolErrorType(IncidentErrorType value) -
Uses of IncidentFilter.ErrorTypeEnum in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return IncidentFilter.ErrorTypeEnumModifier and TypeMethodDescriptionstatic IncidentFilter.ErrorTypeEnumIncidentFilter.getErrorType()Incident error type with a defined set of values.static IncidentFilter.ErrorTypeEnumReturns the enum constant of this type with the specified name.static IncidentFilter.ErrorTypeEnum[]IncidentFilter.ErrorTypeEnum.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 IncidentFilter.ErrorTypeEnumModifier and TypeMethodDescriptionIncidentFilter.errorType(IncidentFilter.ErrorTypeEnum errorType) voidIncidentFilter.setErrorType(IncidentFilter.ErrorTypeEnum errorType)