Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableProcessInstanceResultRecordValue
Packages that use ImmutableProcessInstanceResultRecordValue
-
Uses of ImmutableProcessInstanceResultRecordValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableProcessInstanceResultRecordValueModifier and TypeMethodDescriptionImmutableProcessInstanceResultRecordValue.Builder.build()Builds a newImmutableProcessInstanceResultRecordValue.ImmutableProcessInstanceResultRecordValue.copyOf(ProcessInstanceResultRecordValue instance) Creates an immutable copy of aProcessInstanceResultRecordValuevalue.ImmutableProcessInstanceResultRecordValue.withBpmnProcessId(String value) Copy the current immutable object by setting a value for thebpmnProcessIdattribute.ImmutableProcessInstanceResultRecordValue.withProcessDefinitionKey(long value) Copy the current immutable object by setting a value for theprocessDefinitionKeyattribute.ImmutableProcessInstanceResultRecordValue.withProcessInstanceKey(long value) Copy the current immutable object by setting a value for theprocessInstanceKeyattribute.ImmutableProcessInstanceResultRecordValue.withVariables(Map<String, ? extends Object> entries) Copy the current immutable object by replacing thevariablesmap with the specified map.ImmutableProcessInstanceResultRecordValue.withVersion(int value) Copy the current immutable object by setting a value for theversionattribute.