Application.DefinitionStages.WithFriendlyName Interface

public static interface Application.DefinitionStages.WithFriendlyName

The stage of the Application definition allowing to specify friendlyName.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withFriendlyName(String friendlyName)

Specifies the friendlyName property: Friendly name of Application..

Method Details

withFriendlyName

public abstract Application.DefinitionStages.WithCreate withFriendlyName(String friendlyName)

Specifies the friendlyName property: Friendly name of Application..

Parameters:

friendlyName - Friendly name of Application.

Returns:

the next definition stage.

Applies to