Standard.UpdateStages.WithDisplayName Interface

public static interface Standard.UpdateStages.WithDisplayName

The stage of the Standard update allowing to specify displayName.

Method Summary

Modifier and Type Method and Description
abstract Update withDisplayName(String displayName)

Specifies the displayName property: display name of the standard, equivalent to the standardId.

Method Details

withDisplayName

public abstract Standard.Update withDisplayName(String displayName)

Specifies the displayName property: display name of the standard, equivalent to the standardId.

Parameters:

displayName - display name of the standard, equivalent to the standardId.

Returns:

the next definition stage.

Applies to