LabCost.UpdateStages.WithCreatedDate Interface

public static interface LabCost.UpdateStages.WithCreatedDate

The stage of the LabCost update allowing to specify createdDate.

Method Summary

Modifier and Type Method and Description
abstract Update withCreatedDate(OffsetDateTime createdDate)

Specifies the createdDate property: The creation date of the cost..

Method Details

withCreatedDate

public abstract LabCost.Update withCreatedDate(OffsetDateTime createdDate)

Specifies the createdDate property: The creation date of the cost..

Parameters:

createdDate - The creation date of the cost.

Returns:

the next definition stage.

Applies to