Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableProcessInstanceBatchRecordValue.Builder
Packages that use ImmutableProcessInstanceBatchRecordValue.Builder
-
Uses of ImmutableProcessInstanceBatchRecordValue.Builder in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableProcessInstanceBatchRecordValue.BuilderModifier and TypeMethodDescriptionImmutableProcessInstanceBatchRecordValue.builder()Creates a builder forImmutableProcessInstanceBatchRecordValue.ImmutableProcessInstanceBatchRecordValue.Builder.clear()Clear the builder to the initial state.ImmutableProcessInstanceBatchRecordValue.Builder.from(ProcessInstanceBatchRecordValue instance) Fill a builder with attribute values from the providedio.camunda.zeebe.protocol.record.value.ProcessInstanceBatchRecordValueinstance.ImmutableProcessInstanceBatchRecordValue.Builder.from(ProcessInstanceRelated instance) Fill a builder with attribute values from the providedio.camunda.zeebe.protocol.record.value.ProcessInstanceRelatedinstance.ImmutableProcessInstanceBatchRecordValue.Builder.withBatchElementInstanceKey(long batchElementInstanceKey) Initializes the value for thebatchElementInstanceKeyattribute.ImmutableProcessInstanceBatchRecordValue.Builder.withIndex(long index) Initializes the value for theindexattribute.ImmutableProcessInstanceBatchRecordValue.Builder.withProcessInstanceKey(long processInstanceKey) Initializes the value for theprocessInstanceKeyattribute.