Uses of Class
com.daml.ledger.api.v2.ReassignmentCommandOuterClass.ReassignmentCommands.Builder
Packages that use ReassignmentCommandOuterClass.ReassignmentCommands.Builder
-
Uses of ReassignmentCommandOuterClass.ReassignmentCommands.Builder in com.daml.ledger.api.v2
Methods in com.daml.ledger.api.v2 that return ReassignmentCommandOuterClass.ReassignmentCommands.BuilderModifier and TypeMethodDescriptionReassignmentCommandOuterClass.ReassignmentCommands.Builder.addAllCommands
(Iterable<? extends ReassignmentCommandOuterClass.ReassignmentCommand> values) Individual elements of this reassignment.ReassignmentCommandOuterClass.ReassignmentCommands.Builder.addCommands
(int index, ReassignmentCommandOuterClass.ReassignmentCommand value) Individual elements of this reassignment.ReassignmentCommandOuterClass.ReassignmentCommands.Builder.addCommands
(int index, ReassignmentCommandOuterClass.ReassignmentCommand.Builder builderForValue) Individual elements of this reassignment.ReassignmentCommandOuterClass.ReassignmentCommands.Builder.addCommands
(ReassignmentCommandOuterClass.ReassignmentCommand value) Individual elements of this reassignment.ReassignmentCommandOuterClass.ReassignmentCommands.Builder.addCommands
(ReassignmentCommandOuterClass.ReassignmentCommand.Builder builderForValue) Individual elements of this reassignment.ReassignmentCommandOuterClass.ReassignmentCommands.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ReassignmentCommandOuterClass.ReassignmentCommands.Builder.clear()
ReassignmentCommandOuterClass.ReassignmentCommands.Builder.clearCommandId()
Uniquely identifies the command.ReassignmentCommandOuterClass.ReassignmentCommands.Builder.clearCommands()
Individual elements of this reassignment.ReassignmentCommandOuterClass.ReassignmentCommands.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) ReassignmentCommandOuterClass.ReassignmentCommands.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) ReassignmentCommandOuterClass.ReassignmentCommands.Builder.clearSubmissionId()
A unique identifier to distinguish completions for different submissions with the same change ID.ReassignmentCommandOuterClass.ReassignmentCommands.Builder.clearSubmitter()
Party on whose behalf the command should be executed.ReassignmentCommandOuterClass.ReassignmentCommands.Builder.clearUserId()
Uniquely identifies the participant user that issued the command.ReassignmentCommandOuterClass.ReassignmentCommands.Builder.clearWorkflowId()
Identifier of the on-ledger workflow that this command is a part of.ReassignmentCommandOuterClass.ReassignmentCommands.Builder.clone()
CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest.Builder.getReassignmentCommandsBuilder()
The reassignment commands to be submitted.CommandSubmissionServiceOuterClass.SubmitReassignmentRequest.Builder.getReassignmentCommandsBuilder()
The reassignment command to be submitted.ReassignmentCommandOuterClass.ReassignmentCommands.Builder.mergeFrom
(ReassignmentCommandOuterClass.ReassignmentCommands other) ReassignmentCommandOuterClass.ReassignmentCommands.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ReassignmentCommandOuterClass.ReassignmentCommands.Builder.mergeFrom
(com.google.protobuf.Message other) ReassignmentCommandOuterClass.ReassignmentCommands.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) ReassignmentCommandOuterClass.ReassignmentCommands.newBuilder()
ReassignmentCommandOuterClass.ReassignmentCommands.newBuilder
(ReassignmentCommandOuterClass.ReassignmentCommands prototype) ReassignmentCommandOuterClass.ReassignmentCommands.newBuilderForType()
ReassignmentCommandOuterClass.ReassignmentCommands.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ReassignmentCommandOuterClass.ReassignmentCommands.Builder.removeCommands
(int index) Individual elements of this reassignment.ReassignmentCommandOuterClass.ReassignmentCommands.Builder.setCommandId
(String value) Uniquely identifies the command.ReassignmentCommandOuterClass.ReassignmentCommands.Builder.setCommandIdBytes
(com.google.protobuf.ByteString value) Uniquely identifies the command.ReassignmentCommandOuterClass.ReassignmentCommands.Builder.setCommands
(int index, ReassignmentCommandOuterClass.ReassignmentCommand value) Individual elements of this reassignment.ReassignmentCommandOuterClass.ReassignmentCommands.Builder.setCommands
(int index, ReassignmentCommandOuterClass.ReassignmentCommand.Builder builderForValue) Individual elements of this reassignment.ReassignmentCommandOuterClass.ReassignmentCommands.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ReassignmentCommandOuterClass.ReassignmentCommands.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ReassignmentCommandOuterClass.ReassignmentCommands.Builder.setSubmissionId
(String value) A unique identifier to distinguish completions for different submissions with the same change ID.ReassignmentCommandOuterClass.ReassignmentCommands.Builder.setSubmissionIdBytes
(com.google.protobuf.ByteString value) A unique identifier to distinguish completions for different submissions with the same change ID.ReassignmentCommandOuterClass.ReassignmentCommands.Builder.setSubmitter
(String value) Party on whose behalf the command should be executed.ReassignmentCommandOuterClass.ReassignmentCommands.Builder.setSubmitterBytes
(com.google.protobuf.ByteString value) Party on whose behalf the command should be executed.ReassignmentCommandOuterClass.ReassignmentCommands.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Uniquely identifies the participant user that issued the command.ReassignmentCommandOuterClass.ReassignmentCommands.Builder.setUserIdBytes
(com.google.protobuf.ByteString value) Uniquely identifies the participant user that issued the command.ReassignmentCommandOuterClass.ReassignmentCommands.Builder.setWorkflowId
(String value) Identifier of the on-ledger workflow that this command is a part of.ReassignmentCommandOuterClass.ReassignmentCommands.Builder.setWorkflowIdBytes
(com.google.protobuf.ByteString value) Identifier of the on-ledger workflow that this command is a part of.ReassignmentCommandOuterClass.ReassignmentCommands.toBuilder()
Methods in com.daml.ledger.api.v2 with parameters of type ReassignmentCommandOuterClass.ReassignmentCommands.BuilderModifier and TypeMethodDescriptionCommandServiceOuterClass.SubmitAndWaitForReassignmentRequest.Builder.setReassignmentCommands
(ReassignmentCommandOuterClass.ReassignmentCommands.Builder builderForValue) The reassignment commands to be submitted.CommandSubmissionServiceOuterClass.SubmitReassignmentRequest.Builder.setReassignmentCommands
(ReassignmentCommandOuterClass.ReassignmentCommands.Builder builderForValue) The reassignment command to be submitted.