Assignment.DefinitionStages.WithAssignedStandard Interface

public static interface Assignment.DefinitionStages.WithAssignedStandard

The stage of the Assignment definition allowing to specify assignedStandard.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withAssignedStandard(AssignedStandardItem assignedStandard)

Specifies the assignedStandard property: Standard item with key as applied to this standard assignment over the given scope.

Method Details

withAssignedStandard

public abstract Assignment.DefinitionStages.WithCreate withAssignedStandard(AssignedStandardItem assignedStandard)

Specifies the assignedStandard property: Standard item with key as applied to this standard assignment over the given scope.

Parameters:

assignedStandard - Standard item with key as applied to this standard assignment over the given scope.

Returns:

the next definition stage.

Applies to