Assignment.DefinitionStages.WithDescription Interface

public static interface Assignment.DefinitionStages.WithDescription

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