Interface LabCost.UpdateStages.WithCreatedDate

All Known Subinterfaces:
LabCost.Update
Enclosing interface:
LabCost.UpdateStages

public static interface LabCost.UpdateStages.WithCreatedDate
The stage of the LabCost update allowing to specify createdDate.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the createdDate property: The creation date of the cost..
  • Method Details

    • withCreatedDate

      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.