App.DefinitionStages.WithTemplate Interface

public static interface App.DefinitionStages.WithTemplate

The stage of the App definition allowing to specify template.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withTemplate(String template)

Specifies the template property: The ID of the application template, which is a blueprint that defines the characteristics and behaviors of an application.

Method Details

withTemplate

public abstract App.DefinitionStages.WithCreate withTemplate(String template)

Specifies the template property: The ID of the application template, which is a blueprint that defines the characteristics and behaviors of an application. Optional; if not specified, defaults to a blank blueprint and allows the application to be defined from scratch..

Parameters:

template - The ID of the application template, which is a blueprint that defines the characteristics and behaviors of an application. Optional; if not specified, defaults to a blank blueprint and allows the application to be defined from scratch.

Returns:

the next definition stage.

Applies to