Package com.daml.ledger.javaapi.data
Class Template
- All Implemented Interfaces:
DefinedDataType<Template>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Update<? extends Created<? extends ContractId<? extends Template>>>create()abstract CreateAndSet up aCreateAndExerciseCommand; invoke anexercisemethod on the result of this to finish creating the command, or convert to an interface first withtoInterfaceto invoke an interfaceexercisemethod.final IdentifierThe template ID for this template.Methods inherited from class com.daml.ledger.javaapi.data.codegen.DamlRecord
toValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.daml.ledger.javaapi.data.codegen.DefinedDataType
jsonEncoder, toJson
-
Constructor Details
-
Template
public Template()
-
-
Method Details
-
create
-
createAnd
Set up aCreateAndExerciseCommand; invoke anexercisemethod on the result of this to finish creating the command, or convert to an interface first withtoInterfaceto invoke an interfaceexercisemethod. -
getContractTypeId
The template ID for this template.
-