Uses of Interface
com.daml.ledger.javaapi.data.codegen.HasCommands
- 
Packages that use HasCommands Package Description com.daml.ledger.javaapi.data com.daml.ledger.javaapi.data.codegen  - 
- 
Uses of HasCommands in com.daml.ledger.javaapi.data
Classes in com.daml.ledger.javaapi.data that implement HasCommands Modifier and Type Class Description classCommandclassCreateAndExerciseCommandclassCreateCommandclassExerciseByKeyCommandclassExerciseCommandMethods in com.daml.ledger.javaapi.data that return types with arguments of type HasCommands Modifier and Type Method Description java.util.List<? extends HasCommands>CommandsSubmission. getCommands()Method parameters in com.daml.ledger.javaapi.data with type arguments of type HasCommands Modifier and Type Method Description static CommandsSubmissionCommandsSubmission. create(java.lang.String applicationId, java.lang.String commandId, java.util.List<? extends HasCommands> commands)CommandsSubmissionCommandsSubmission. withCommands(java.util.List<? extends HasCommands> commands)Constructor parameters in com.daml.ledger.javaapi.data with type arguments of type HasCommands Constructor Description CommandsSubmission(java.lang.String applicationId, java.lang.String commandId, java.util.List<? extends HasCommands> commands, java.util.List<@NonNull java.lang.String> actAs, java.util.List<@NonNull java.lang.String> readAs, java.util.Optional<java.lang.String> workflowId, java.util.Optional<java.time.Instant> minLedgerTimeAbs, java.util.Optional<java.time.Duration> minLedgerTimeRel, java.util.Optional<java.time.Duration> deduplicationTime, java.util.Optional<java.lang.String> accessToken, java.util.List<@NonNull DisclosedContract> disclosedContracts, java.util.List<java.lang.String> packageIdSelectionPreference, java.util.List<@NonNull PrefetchContractKey> prefetchContractKeys) - 
Uses of HasCommands in com.daml.ledger.javaapi.data.codegen
Classes in com.daml.ledger.javaapi.data.codegen that implement HasCommands Modifier and Type Class Description classUpdate<U> 
 -