Application.UpdateStages.WithDescription Interface

public static interface Application.UpdateStages.WithDescription

The stage of the Application update allowing to specify description.

Method Summary

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

Specifies the description property: Description of Application..

Method Details

withDescription

public abstract Application.Update withDescription(String description)

Specifies the description property: Description of Application..

Parameters:

description - Description of Application.

Returns:

the next definition stage.

Applies to