Workspace.UpdateStages.WithDescription Interface

public static interface Workspace.UpdateStages.WithDescription

The stage of the Workspace update allowing to specify description.

Method Summary

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

Specifies the description property: The description of this workspace..

Method Details

withDescription

public abstract Workspace.Update withDescription(String description)

Specifies the description property: The description of this workspace..

Parameters:

description - The description of this workspace.

Returns:

the next definition stage.

Applies to