Assignment.UpdateStages.WithAssignedStandard Interface

public static interface Assignment.UpdateStages.WithAssignedStandard

The stage of the Assignment update allowing to specify assignedStandard.

Method Summary

Modifier and Type Method and Description
abstract Update 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.Update 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