TemplateLink Class

Definition

Entity representing the reference to the template.

public class TemplateLink
Inheritance
java.lang.Object
TemplateLink

Inherited Members

java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

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.

Applies to