| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
PagedResult<Template> |
TemplateResources.listPublicTemplates(PaginationParameters parameters)
List public templates.
|
PagedResult<Template> |
TemplateResources.listUserCreatedTemplates(PaginationParameters parameters)
List user-created templates.
|
| Modifier and Type | Method and Description |
|---|---|
Template |
Template.setAccessLevel(AccessLevel accessLevel)
Sets the access level of the template.
|
Template |
Template.setBlank(Boolean blank)
Sets the flag indicating whether this template is blank.
|
Template |
Template.setCategories(List<String> categories)
Sets the array of categories this template belongs to
|
Template |
Template.setDescription(String description)
Sets the description of the template.
|
Template |
Template.setGlobalTemplate(GlobalTemplate globalTemplate)
Sets the type of global template
|
Template |
Template.setImage(String image)
Sets the URL to the small preview image for this template.
|
Template |
Template.setLargeImage(String largeImage)
Sets the URL to the large preview image for this template.
|
Template |
Template.setLocale(String locale)
Sets the locate of the template.
|
Template |
Template.setTags(List<String> tags)
Sets the array of search tags for this template.
|
Template |
Template.setType(String type)
Sets the type of the template.
|
| Modifier and Type | Method and Description |
|---|---|
List<Template> |
Home.getTemplates()
Gets the templates in the home location.
|
List<Template> |
Folder.getTemplates()
Gets the templates contained in this folder.
|
| Modifier and Type | Method and Description |
|---|---|
Home |
Home.setTemplates(List<Template> templates)
Sets the templates in the home location.
|
Folder |
Folder.setTemplates(List<Template> templates)
Sets the templates contained in this folder.
|
Copyright © 2014–2017 Smartsheet. All rights reserved.