Class ByKey
java.lang.Object
com.daml.ledger.javaapi.data.codegen.ByKey
- All Implemented Interfaces:
Exercises<ExerciseByKeyCommand>
- Direct Known Subclasses:
ByKey.ToInterface
Parent of all generated
ByKey
classes within templates and interfaces.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Parent of all generatedByKey
classes within interfaces.Nested classes/interfaces inherited from interface com.daml.ledger.javaapi.data.codegen.Exercises
Exercises.Archivable<Cmd>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract ContractTypeCompanion<?,
?, ?, ?> The origin of the choice, not the template relevant to contractKey.makeExerciseCmd
(Choice<?, ? super A, R> choice, A choiceArgument) INTERNAL API: this is meant for use by the Java code generator, and should not be referenced directly.The key of this contract in the format it can be used for prefetching
-
Field Details
-
contractKey
-
-
Constructor Details
-
ByKey
-
-
Method Details
-
makeExerciseCmd
INTERNAL API: this is meant for use by the Java code generator, and should not be referenced directly. Applications should call choice-specificexercise*
methods generated from their Daml code instead.- Specified by:
makeExerciseCmd
in interfaceExercises<ExerciseByKeyCommand>
-
getCompanion
The origin of the choice, not the template relevant to contractKey. -
toPrefetchKey
The key of this contract in the format it can be used for prefetching
-