Uses of Class
com.daml.ledger.javaapi.data.codegen.Choice
-
Packages that use Choice Package Description com.daml.ledger.javaapi.data.codegen -
-
Uses of Choice in com.daml.ledger.javaapi.data.codegen
Fields in com.daml.ledger.javaapi.data.codegen with type parameters of type Choice Modifier and Type Field Description java.util.Map<java.lang.String,Choice<ContractType,?,?>>
ContractTypeCompanion. choices
The provides a mapping of choice name to Choice.Methods in com.daml.ledger.javaapi.data.codegen with parameters of type Choice Modifier and Type Method Description <A,R>
Update<Exercised<R>>ByKey. makeExerciseCmd(Choice<?,? super A,R> choice, A choiceArgument)
<A,R>
Update<Exercised<R>>ByKey.ToInterface. makeExerciseCmd(Choice<?,? super A,R> choice, A choiceArgument)
<A,R>
Update<Exercised<R>>ContractId. makeExerciseCmd(Choice<?,? super A,R> choice, A choiceArgument)
<A,R>
Update<Exercised<R>>CreateAnd. makeExerciseCmd(Choice<?,? super A,R> choice, A choiceArgument)
<A,R>
Update<Exercised<R>>CreateAnd.ToInterface. makeExerciseCmd(Choice<?,? super A,R> choice, A choiceArgument)
-