Class ByKey.ToInterface
java.lang.Object
com.daml.ledger.javaapi.data.codegen.ByKey
com.daml.ledger.javaapi.data.codegen.ByKey.ToInterface
- All Implemented Interfaces:
Exercises<ExerciseByKeyCommand>
- Enclosing class:
- ByKey
Parent of all generated
ByKey classes within interfaces. These need to pass both the
template and interface ID.-
Nested Class Summary
Nested classes/interfaces inherited from class com.daml.ledger.javaapi.data.codegen.ByKey
ByKey.ToInterfaceNested classes/interfaces inherited from interface com.daml.ledger.javaapi.data.codegen.Exercises
Exercises.Archivable<Cmd> -
Field Summary
Fields inherited from class com.daml.ledger.javaapi.data.codegen.ByKey
contractKey -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedToInterface(ContractCompanion<?, ?, ?> keySource, Value contractKey) -
Method Summary
Modifier and TypeMethodDescriptionmakeExerciseCmd(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.Methods inherited from class com.daml.ledger.javaapi.data.codegen.ByKey
getCompanion, toPrefetchKey
-
Constructor Details
-
ToInterface
-
-
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:
makeExerciseCmdin interfaceExercises<ExerciseByKeyCommand>- Overrides:
makeExerciseCmdin classByKey
-