Standard.DefinitionStages.WithComponents Interface

public static interface Standard.DefinitionStages.WithComponents

The stage of the Standard definition allowing to specify components.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withComponents(List<StandardComponentProperties> components)

Specifies the components property: List of component objects containing component unique keys (such as assessment keys) to apply to standard scope.

Method Details

withComponents

public abstract Standard.DefinitionStages.WithCreate withComponents(List<StandardComponentProperties> components)

Specifies the components property: List of component objects containing component unique keys (such as assessment keys) to apply to standard scope. Currently only supports assessment keys..

Parameters:

components - List of component objects containing component unique keys (such as assessment keys) to apply to standard scope. Currently only supports assessment keys.

Returns:

the next definition stage.

Applies to