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)
Constructor parameters in com.daml.ledger.javaapi.data.codegen with type arguments of type Choice Constructor Description ContractCompanion(java.lang.String templateClassName, Identifier templateId, java.util.function.Function<java.lang.String,Id> newContractId, java.util.function.Function<DamlRecord,Data> fromValue, ContractCompanion.FromJson<Data> fromJson, java.util.List<Choice<Data,?,?>> choices)
InterfaceCompanion(java.lang.String templateClassName, Identifier templateId, java.util.function.Function<java.lang.String,Id> newContractId, ValueDecoder<View> valueDecoder, InterfaceCompanion.FromJson<View> fromJson, java.util.List<Choice<I,?,?>> choices)
WithKey(java.lang.String templateClassName, Identifier templateId, java.util.function.Function<java.lang.String,Id> newContractId, java.util.function.Function<DamlRecord,Data> fromValue, ContractCompanion.FromJson<Data> fromJson, ContractCompanion.WithKey.NewContract<Ct,Id,Data,Key> newContract, java.util.List<Choice<Data,?,?>> choices, java.util.function.Function<Value,Key> keyFromValue)
WithoutKey(java.lang.String templateClassName, Identifier templateId, java.util.function.Function<java.lang.String,Id> newContractId, java.util.function.Function<DamlRecord,Data> fromValue, ContractCompanion.FromJson<Data> fromJson, ContractCompanion.WithoutKey.NewContract<Ct,Id,Data> newContract, java.util.List<Choice<Data,?,?>> choices)
-