Interface CommandSubmissionServiceOuterClass.SubmitReassignmentRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CommandSubmissionServiceOuterClass.SubmitReassignmentRequest, CommandSubmissionServiceOuterClass.SubmitReassignmentRequest.Builder
Enclosing class:
CommandSubmissionServiceOuterClass

public static interface CommandSubmissionServiceOuterClass.SubmitReassignmentRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasReassignmentCommands

      boolean hasReassignmentCommands()
       The reassignment command to be submitted.
       Required
       
      .com.daml.ledger.api.v2.ReassignmentCommands reassignment_commands = 1 [json_name = "reassignmentCommands"];
      Returns:
      Whether the reassignmentCommands field is set.
    • getReassignmentCommands

       The reassignment command to be submitted.
       Required
       
      .com.daml.ledger.api.v2.ReassignmentCommands reassignment_commands = 1 [json_name = "reassignmentCommands"];
      Returns:
      The reassignmentCommands.
    • getReassignmentCommandsOrBuilder

       The reassignment command to be submitted.
       Required
       
      .com.daml.ledger.api.v2.ReassignmentCommands reassignment_commands = 1 [json_name = "reassignmentCommands"];