public interface TemplateBuilder extends Buildable.Builder<TemplateBuilder,Template>
Template objects| Modifier and Type | Method and Description |
|---|---|
TemplateBuilder |
templateJson(String template)
Sets the template in JSON format.
|
TemplateBuilder |
templateURL(String templateURL)
The URL of the template to instantiate.
|
build, fromTemplateBuilder templateJson(String template)
template - template in JSON formatTemplateBuilder templateURL(String templateURL)
templateURL - the template URLCopyright © 2017. All rights reserved.