Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableVariableRecordValue
Packages that use ImmutableVariableRecordValue
-
Uses of ImmutableVariableRecordValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableVariableRecordValueModifier and TypeMethodDescriptionImmutableVariableRecordValue.Builder.build()Builds a newImmutableVariableRecordValue.static ImmutableVariableRecordValueImmutableVariableRecordValue.copyOf(VariableRecordValue instance) Creates an immutable copy of aVariableRecordValuevalue.ImmutableVariableRecordValue.withBpmnProcessId(String value) Copy the current immutable object by setting a value for thebpmnProcessIdattribute.Copy the current immutable object by setting a value for thenameattribute.ImmutableVariableRecordValue.withProcessDefinitionKey(long value) Copy the current immutable object by setting a value for theprocessDefinitionKeyattribute.ImmutableVariableRecordValue.withProcessInstanceKey(long value) Copy the current immutable object by setting a value for theprocessInstanceKeyattribute.ImmutableVariableRecordValue.withScopeKey(long value) Copy the current immutable object by setting a value for thescopeKeyattribute.Copy the current immutable object by setting a value for thevalueattribute.