Assignment.UpdateStages.WithAssignedComponent Interface

public static interface Assignment.UpdateStages.WithAssignedComponent

The stage of the Assignment update allowing to specify assignedComponent.

Method Summary

Modifier and Type Method and Description
abstract Update withAssignedComponent(AssignedComponentItem assignedComponent)

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

Method Details

withAssignedComponent

public abstract Assignment.Update withAssignedComponent(AssignedComponentItem assignedComponent)

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

Parameters:

assignedComponent - Component item with key as applied to this standard assignment over the given scope.

Returns:

the next definition stage.

Applies to