Application.DefinitionStages.WithDisplayName Interface

public static interface Application.DefinitionStages.WithDisplayName

The stage of the Application definition allowing to specify displayName.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDisplayName(String displayName)

Specifies the displayName property: display name of the application.

Method Details

withDisplayName

public abstract Application.DefinitionStages.WithCreate withDisplayName(String displayName)

Specifies the displayName property: display name of the application.

Parameters:

displayName - display name of the application.

Returns:

the next definition stage.

Applies to