Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableProcessInstanceMigrationMappingInstructionValue.Builder
Packages that use ImmutableProcessInstanceMigrationMappingInstructionValue.Builder
-
Uses of ImmutableProcessInstanceMigrationMappingInstructionValue.Builder in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableProcessInstanceMigrationMappingInstructionValue.BuilderModifier and TypeMethodDescriptionImmutableProcessInstanceMigrationRecordValue.Builder.addMappingInstructionBuilder()Adds a new builder to themappingInstructionslist and returns the builder.ImmutableProcessInstanceMigrationMappingInstructionValue.builder()Creates a builder forImmutableProcessInstanceMigrationMappingInstructionValue.ImmutableProcessInstanceMigrationMappingInstructionValue.Builder.clear()Clear the builder to the initial state.ImmutableProcessInstanceMigrationMappingInstructionValue.Builder.from(ProcessInstanceMigrationRecordValue.ProcessInstanceMigrationMappingInstructionValue instance) Fill a builder with attribute values from the providedProcessInstanceMigrationMappingInstructionValueinstance.ImmutableProcessInstanceMigrationMappingInstructionValue.Builder.withSourceElementId(String sourceElementId) Initializes the value for thesourceElementIdattribute.ImmutableProcessInstanceMigrationMappingInstructionValue.Builder.withTargetElementId(String targetElementId) Initializes the value for thetargetElementIdattribute.Methods in io.camunda.zeebe.protocol.record.value that return types with arguments of type ImmutableProcessInstanceMigrationMappingInstructionValue.BuilderModifier and TypeMethodDescriptionImmutableProcessInstanceMigrationRecordValue.Builder.mappingInstructionBuilders()Gets the builder elements tomappingInstructionslist.Methods in io.camunda.zeebe.protocol.record.value with parameters of type ImmutableProcessInstanceMigrationMappingInstructionValue.BuilderModifier and TypeMethodDescriptionImmutableProcessInstanceMigrationRecordValue.Builder.addAllMappingInstructionBuilders(ImmutableProcessInstanceMigrationMappingInstructionValue.Builder... elements) Adds elements tomappingInstructionslist.Method parameters in io.camunda.zeebe.protocol.record.value with type arguments of type ImmutableProcessInstanceMigrationMappingInstructionValue.BuilderModifier and TypeMethodDescriptionImmutableProcessInstanceMigrationRecordValue.Builder.addAllMappingInstructionBuilders(Iterable<ImmutableProcessInstanceMigrationMappingInstructionValue.Builder> elements) Adds elements tomappingInstructionslist.