SecurityStandard.DefinitionStages.WithDisplayName Interface

public static interface SecurityStandard.DefinitionStages.WithDisplayName

The stage of the SecurityStandard definition allowing to specify displayName.

Method Summary

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

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

Method Details

withDisplayName

public abstract SecurityStandard.DefinitionStages.WithCreate 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