Standard.UpdateStages.WithComponents Interface

public static interface Standard.UpdateStages.WithComponents

The stage of the Standard update allowing to specify components.

Method Summary

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