StandardAssignment.DefinitionStages.WithDescription Interface

public static interface StandardAssignment.DefinitionStages.WithDescription

The stage of the StandardAssignment definition allowing to specify description.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDescription(String description)

Specifies the description property: Description of the standardAssignment.

Method Details

withDescription

public abstract StandardAssignment.DefinitionStages.WithCreate withDescription(String description)

Specifies the description property: Description of the standardAssignment.

Parameters:

description - Description of the standardAssignment.

Returns:

the next definition stage.

Applies to