Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableProcessInstanceCreationStartInstructionValue.Builder
Packages that use ImmutableProcessInstanceCreationStartInstructionValue.Builder
-
Uses of ImmutableProcessInstanceCreationStartInstructionValue.Builder in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableProcessInstanceCreationStartInstructionValue.BuilderModifier and TypeMethodDescriptionImmutableProcessInstanceCreationRecordValue.Builder.addStartInstructionBuilder()Adds a new builder to thestartInstructionslist and returns the builder.ImmutableProcessInstanceCreationStartInstructionValue.builder()Creates a builder forImmutableProcessInstanceCreationStartInstructionValue.ImmutableProcessInstanceCreationStartInstructionValue.Builder.clear()Clear the builder to the initial state.ImmutableProcessInstanceCreationStartInstructionValue.Builder.from(ProcessInstanceCreationRecordValue.ProcessInstanceCreationStartInstructionValue instance) Fill a builder with attribute values from the providedProcessInstanceCreationStartInstructionValueinstance.ImmutableProcessInstanceCreationStartInstructionValue.Builder.withElementId(String elementId) Initializes the value for theelementIdattribute.Methods in io.camunda.zeebe.protocol.record.value that return types with arguments of type ImmutableProcessInstanceCreationStartInstructionValue.BuilderModifier and TypeMethodDescriptionImmutableProcessInstanceCreationRecordValue.Builder.startInstructionBuilders()Gets the builder elements tostartInstructionslist.Methods in io.camunda.zeebe.protocol.record.value with parameters of type ImmutableProcessInstanceCreationStartInstructionValue.BuilderModifier and TypeMethodDescriptionImmutableProcessInstanceCreationRecordValue.Builder.addAllStartInstructionBuilders(ImmutableProcessInstanceCreationStartInstructionValue.Builder... elements) Adds elements tostartInstructionslist.Method parameters in io.camunda.zeebe.protocol.record.value with type arguments of type ImmutableProcessInstanceCreationStartInstructionValue.BuilderModifier and TypeMethodDescriptionImmutableProcessInstanceCreationRecordValue.Builder.addAllStartInstructionBuilders(Iterable<ImmutableProcessInstanceCreationStartInstructionValue.Builder> elements) Adds elements tostartInstructionslist.