Uses of Class
com.daml.ledger.javaapi.data.Command
-
Packages that use Command Package Description com.daml.ledger.javaapi.data com.daml.ledger.javaapi.data.codegen -
-
Uses of Command in com.daml.ledger.javaapi.data
Subclasses of Command in com.daml.ledger.javaapi.data Modifier and Type Class Description class
CreateAndExerciseCommand
class
CreateCommand
class
ExerciseByKeyCommand
class
ExerciseCommand
Methods in com.daml.ledger.javaapi.data that return Command Modifier and Type Method Description static Command
Command. fromProtoCommand(com.daml.ledger.api.v1.CommandsOuterClass.Command command)
Methods in com.daml.ledger.javaapi.data that return types with arguments of type Command Modifier and Type Method Description java.util.List<Command>
Command. commands()
@NonNull java.util.List<@NonNull Command>
SubmitCommandsRequest. getCommands()
-
Uses of Command in com.daml.ledger.javaapi.data.codegen
Methods in com.daml.ledger.javaapi.data.codegen that return types with arguments of type Command Modifier and Type Method Description java.util.List<Command>
HasCommands. commands()
java.util.List<Command>
Update. commands()
Constructors in com.daml.ledger.javaapi.data.codegen with parameters of type Command Constructor Description Update(Command command)
-