Complete documentation page mirrored and translated for learning. Attribution is shown at the bottom of each article.

阅读中文版

referencejavacom-daml-ledger-javaapi-datareassignmentcommands

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

DocsMemberIntroducedDeprecatedRemoved
OpenReassignmentCommands(Optional<String>, String, String, String, List<ReassignmentCommand>, Optional<String>)3.4.8--
Opencreate(String, String, String, AssignCommand)3.4.8--
Opencreate(String, String, String, UnassignCommand)3.4.8--
Openequals(Object)3.4.8--
OpenfromProto(ReassignmentCommandOuterClass.ReassignmentCommands)3.4.8--
OpengetCommandId()3.4.8--
OpengetCommands()3.4.8--
OpengetSubmissionId()3.4.8--
OpengetSubmitter()3.4.8--
OpengetUserId()3.4.8--
OpengetWorkflowId()3.4.8--
OpenhashCode()3.4.8--
OpentoProto()3.4.8--
OpentoString()3.4.8--
OpenwithSubmissionId(String)3.4.8--
OpenwithWorkflowId(String)3.4.8--

Mirrored from Canton Network official documentation (CC-BY-4.0) by CC Privacy Club for learning purposes.