Workspace.UpdateStages.WithFriendlyName Interface

public static interface Workspace.UpdateStages.WithFriendlyName

The stage of the Workspace update allowing to specify friendlyName.

Method Summary

Modifier and Type Method and Description
abstract Update withFriendlyName(String friendlyName)

Specifies the friendlyName property: The friendly name for this workspace..

Method Details

withFriendlyName

public abstract Workspace.Update withFriendlyName(String friendlyName)

Specifies the friendlyName property: The friendly name for this workspace..

Parameters:

friendlyName - The friendly name for this workspace.

Returns:

the next definition stage.

Applies to