Assignment.DefinitionStages.WithAssignedComponent Interface

public static interface Assignment.DefinitionStages.WithAssignedComponent

The stage of the Assignment definition allowing to specify assignedComponent.

Method Summary

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