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