Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableVariableDocumentRecordValue
Packages that use ImmutableVariableDocumentRecordValue
-
Uses of ImmutableVariableDocumentRecordValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableVariableDocumentRecordValueModifier and TypeMethodDescriptionImmutableVariableDocumentRecordValue.Builder.build()Builds a newImmutableVariableDocumentRecordValue.ImmutableVariableDocumentRecordValue.copyOf(VariableDocumentRecordValue instance) Creates an immutable copy of aVariableDocumentRecordValuevalue.ImmutableVariableDocumentRecordValue.withScopeKey(long value) Copy the current immutable object by setting a value for thescopeKeyattribute.ImmutableVariableDocumentRecordValue.withTenantId(String value) Copy the current immutable object by setting a value for thetenantIdattribute.ImmutableVariableDocumentRecordValue.withUpdateSemantics(VariableDocumentUpdateSemantic value) Copy the current immutable object by setting a value for theupdateSemanticsattribute.ImmutableVariableDocumentRecordValue.withVariables(Map<String, ? extends Object> entries) Copy the current immutable object by replacing thevariablesmap with the specified map.