SecurityStandard.UpdateStages.WithDisplayName Interface

public static interface SecurityStandard.UpdateStages.WithDisplayName

The stage of the SecurityStandard 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 SecurityStandard.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