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 the application.

Method Details

withDescription

public abstract Application.Update withDescription(String description)

Specifies the description property: description of the application.

Parameters:

description - description of the application.

Returns:

the next definition stage.

Applies to