Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableProcessInstanceRecordValue.Builder
Packages that use ImmutableProcessInstanceRecordValue.Builder
-
Uses of ImmutableProcessInstanceRecordValue.Builder in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableProcessInstanceRecordValue.BuilderModifier and TypeMethodDescriptionImmutableProcessInstanceRecordValue.builder()Creates a builder forImmutableProcessInstanceRecordValue.ImmutableProcessInstanceRecordValue.Builder.clear()Clear the builder to the initial state.ImmutableProcessInstanceRecordValue.Builder.from(ProcessInstanceRecordValue instance) Fill a builder with attribute values from the providedio.camunda.zeebe.protocol.record.value.ProcessInstanceRecordValueinstance.ImmutableProcessInstanceRecordValue.Builder.from(ProcessInstanceRelated instance) Fill a builder with attribute values from the providedio.camunda.zeebe.protocol.record.value.ProcessInstanceRelatedinstance.ImmutableProcessInstanceRecordValue.Builder.from(TenantOwned instance) Fill a builder with attribute values from the providedio.camunda.zeebe.protocol.record.value.TenantOwnedinstance.ImmutableProcessInstanceRecordValue.Builder.withBpmnElementType(BpmnElementType bpmnElementType) Initializes the value for thebpmnElementTypeattribute.ImmutableProcessInstanceRecordValue.Builder.withBpmnEventType(BpmnEventType bpmnEventType) Initializes the value for thebpmnEventTypeattribute.ImmutableProcessInstanceRecordValue.Builder.withBpmnProcessId(String bpmnProcessId) Initializes the value for thebpmnProcessIdattribute.ImmutableProcessInstanceRecordValue.Builder.withElementId(String elementId) Initializes the value for theelementIdattribute.ImmutableProcessInstanceRecordValue.Builder.withFlowScopeKey(long flowScopeKey) Initializes the value for theflowScopeKeyattribute.ImmutableProcessInstanceRecordValue.Builder.withParentElementInstanceKey(long parentElementInstanceKey) Initializes the value for theparentElementInstanceKeyattribute.ImmutableProcessInstanceRecordValue.Builder.withParentProcessInstanceKey(long parentProcessInstanceKey) Initializes the value for theparentProcessInstanceKeyattribute.ImmutableProcessInstanceRecordValue.Builder.withProcessDefinitionKey(long processDefinitionKey) Initializes the value for theprocessDefinitionKeyattribute.ImmutableProcessInstanceRecordValue.Builder.withProcessInstanceKey(long processInstanceKey) Initializes the value for theprocessInstanceKeyattribute.ImmutableProcessInstanceRecordValue.Builder.withTenantId(String tenantId) Initializes the value for thetenantIdattribute.ImmutableProcessInstanceRecordValue.Builder.withVersion(int version) Initializes the value for theversionattribute.