StandardAssignment.DefinitionStages.WithAssignedStandard Interface

public static interface StandardAssignment.DefinitionStages.WithAssignedStandard

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