Application.DefinitionStages.WithDescription Interface

public static interface Application.DefinitionStages.WithDescription

The stage of the Application definition allowing to specify description.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDescription(String description)

Specifies the description property: Description of Application..

Method Details

withDescription

public abstract Application.DefinitionStages.WithCreate withDescription(String description)

Specifies the description property: Description of Application..

Parameters:

description - Description of Application.

Returns:

the next definition stage.

Applies to