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 CreateAnd
Set up aCreateAndExerciseCommand
; invoke anexercise
method on the result of this to finish creating the command, or convert to an interface first withtoInterface
to invoke an interfaceexercise
method.final Identifier
The template ID for this template.Methods inherited from class com.daml.ledger.javaapi.data.codegen.DamlRecord
toValue
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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 anexercise
method on the result of this to finish creating the command, or convert to an interface first withtoInterface
to invoke an interfaceexercise
method. -
getContractTypeId
The template ID for this template.
-