StandardAssignment.DefinitionStages.WithDisplayName Interface

public static interface StandardAssignment.DefinitionStages.WithDisplayName

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

Method Details

withDisplayName

public abstract StandardAssignment.DefinitionStages.WithCreate withDisplayName(String displayName)

Specifies the displayName property: Display name of the standardAssignment.

Parameters:

displayName - Display name of the standardAssignment.

Returns:

the next definition stage.

Applies to