LabCost.UpdateStages.WithTargetCost Interface

public static interface LabCost.UpdateStages.WithTargetCost

The stage of the LabCost update allowing to specify targetCost.

Method Summary

Modifier and Type Method and Description
abstract Update withTargetCost(TargetCostProperties targetCost)

Specifies the targetCost property: The target cost properties.

Method Details

withTargetCost

public abstract LabCost.Update withTargetCost(TargetCostProperties targetCost)

Specifies the targetCost property: The target cost properties.

Parameters:

targetCost - The target cost properties.

Returns:

the next definition stage.

Applies to