Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableIncidentRecordValue
Packages that use ImmutableIncidentRecordValue
-
Uses of ImmutableIncidentRecordValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableIncidentRecordValueModifier and TypeMethodDescriptionImmutableIncidentRecordValue.Builder.build()Builds a newImmutableIncidentRecordValue.static ImmutableIncidentRecordValueImmutableIncidentRecordValue.copyOf(IncidentRecordValue instance) Creates an immutable copy of aIncidentRecordValuevalue.ImmutableIncidentRecordValue.withBpmnProcessId(String value) Copy the current immutable object by setting a value for thebpmnProcessIdattribute.ImmutableIncidentRecordValue.withElementId(String value) Copy the current immutable object by setting a value for theelementIdattribute.ImmutableIncidentRecordValue.withElementInstanceKey(long value) Copy the current immutable object by setting a value for theelementInstanceKeyattribute.ImmutableIncidentRecordValue.withErrorMessage(String value) Copy the current immutable object by setting a value for theerrorMessageattribute.ImmutableIncidentRecordValue.withErrorType(ErrorType value) Copy the current immutable object by setting a value for theerrorTypeattribute.ImmutableIncidentRecordValue.withJobKey(long value) Copy the current immutable object by setting a value for thejobKeyattribute.ImmutableIncidentRecordValue.withProcessDefinitionKey(long value) Copy the current immutable object by setting a value for theprocessDefinitionKeyattribute.ImmutableIncidentRecordValue.withProcessInstanceKey(long value) Copy the current immutable object by setting a value for theprocessInstanceKeyattribute.ImmutableIncidentRecordValue.withVariableScopeKey(long value) Copy the current immutable object by setting a value for thevariableScopeKeyattribute.