TemplateLink Class
Definition
Entity representing the reference to the template.
public class TemplateLink
- Inheritance
-
java.lang.ObjectTemplateLink
Inherited Members
Constructors
| TemplateLink() |
Methods
| contentVersion() |
Get if included, must match the ContentVersion in the template. |
| id() |
Get the resource id of a Template Spec. Use either the id or uri property, but not both. |
| relativePath() |
Get applicable only if this template link references a Template Spec. This relativePath property can optionally be used to reference a Template Spec artifact by path. |
| uri() |
Get the URI of the template to deploy. Use either the uri or id property, but not both. |
| withContentVersion(String contentVersion) |
Set if included, must match the ContentVersion in the template. |
| withId(String id) |
Set the resource id of a Template Spec. Use either the id or uri property, but not both. |
| withRelativePath(String relativePath) |
Set applicable only if this template link references a Template Spec. This relativePath property can optionally be used to reference a Template Spec artifact by path. |
| withUri(String uri) |
Set the URI of the template to deploy. Use either the uri or id property, but not both. |