Uses of Interface
com.daml.ledger.javaapi.data.codegen.HasCommands
Packages that use HasCommands
-
Uses of HasCommands in com.daml.ledger.javaapi.data
Classes in com.daml.ledger.javaapi.data that implement HasCommandsModifier and TypeClassDescriptionclassfinal classfinal classfinal classfinal classMethods in com.daml.ledger.javaapi.data that return types with arguments of type HasCommandsModifier and TypeMethodDescription@NonNull List<? extends HasCommands>CommandsSubmission.getCommands()Method parameters in com.daml.ledger.javaapi.data with type arguments of type HasCommandsModifier and TypeMethodDescriptionstatic CommandsSubmissionCommandsSubmission.create(String userId, String commandId, Optional<String> synchronizerId, @NonNull List<@NonNull ? extends HasCommands> commands) CommandsSubmission.withCommands(List<@NonNull ? extends HasCommands> commands) Constructor parameters in com.daml.ledger.javaapi.data with type arguments of type HasCommandsModifierConstructorDescriptionprotectedCommandsSubmission(@NonNull Optional<String> workflowId, @NonNull String userId, @NonNull String commandId, @NonNull List<@NonNull ? extends HasCommands> commands, @NonNull Optional<Duration> deduplicationDuration, @NonNull Optional<Long> deduplicationOffset, @NonNull Optional<Instant> minLedgerTimeAbs, @NonNull Optional<Duration> minLedgerTimeRel, @NonNull List<@NonNull String> actAs, @NonNull List<@NonNull String> readAs, @NonNull Optional<String> submissionId, @NonNull List<@NonNull DisclosedContract> disclosedContracts, @NonNull Optional<String> synchronizerId, @NonNull Optional<String> accessToken, @NonNull List<String> packageIdSelectionPreference, @NonNull 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