Interface LabCost.UpdateStages.WithEndDateTime

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

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

    Modifier and Type
    Method
    Description
    Specifies the endDateTime property: The end time of the cost data..
  • Method Details

    • withEndDateTime

      LabCost.Update withEndDateTime(OffsetDateTime endDateTime)
      Specifies the endDateTime property: The end time of the cost data..
      Parameters:
      endDateTime - The end time of the cost data.
      Returns:
      the next definition stage.