public interface TemplateBuilder extends Buildable.Builder<TemplateBuilder,Template>
Template
objectsModifier 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, from
TemplateBuilder templateJson(String template)
template
- template in JSON formatTemplateBuilder templateURL(String templateURL)
templateURL
- the template URLCopyright © 2017. All rights reserved.