Deployment.UpdateStages.WithTemplate Interface

Definition

A deployment update allowing to change the template.

public static interface Deployment.UpdateStages.WithTemplate

Methods

withTemplate(Object template)

Specifies the template as a Java object.

withTemplate(String templateJson)

Specifies the template as a JSON string.

withTemplateLink(String uri, String contentVersion)

Specifies the template as a URL.

Applies to