ReassignmentCommands
Documentation Index
Fetch the complete documentation index at: https://docs.canton.network/llms.txt Use this file to discover all available pages before exploring further.
ReassignmentCommands
This class can be used to build a valid submission. It provides create(String, String, String, UnassignCommand) for initial creation and methods to set optional parameters e.g withWorkflowId(String), withSubmissionId(String) etc. Usage: var submission = ReassignmentCommands.create(userId, commandId, synchronizerId, unassingnCommand) .withWorkflowId(workflowId) .with…
ReassignmentCommands - stable
Upstream docs: Open
Signature
public final class ReassignmentCommands extends Object
Members
| Docs | Member | Introduced | Deprecated | Removed |
|---|---|---|---|---|
| Open | ReassignmentCommands(Optional<String>, String, String, String, List<ReassignmentCommand>, Optional<String>) | 3.4.8 | - | - |
| Open | create(String, String, String, AssignCommand) | 3.4.8 | - | - |
| Open | create(String, String, String, UnassignCommand) | 3.4.8 | - | - |
| Open | equals(Object) | 3.4.8 | - | - |
| Open | fromProto(ReassignmentCommandOuterClass.ReassignmentCommands) | 3.4.8 | - | - |
| Open | getCommandId() | 3.4.8 | - | - |
| Open | getCommands() | 3.4.8 | - | - |
| Open | getSubmissionId() | 3.4.8 | - | - |
| Open | getSubmitter() | 3.4.8 | - | - |
| Open | getUserId() | 3.4.8 | - | - |
| Open | getWorkflowId() | 3.4.8 | - | - |
| Open | hashCode() | 3.4.8 | - | - |
| Open | toProto() | 3.4.8 | - | - |
| Open | toString() | 3.4.8 | - | - |
| Open | withSubmissionId(String) | 3.4.8 | - | - |
| Open | withWorkflowId(String) | 3.4.8 | - | - |
Mirrored from Canton Network official documentation (CC-BY-4.0) by CC Privacy Club for learning purposes.