Interface LabCost.UpdateStages.WithStartDateTime

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

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

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

    • withStartDateTime

      LabCost.Update withStartDateTime(OffsetDateTime startDateTime)
      Specifies the startDateTime property: The start time of the cost data..
      Parameters:
      startDateTime - The start time of the cost data.
      Returns:
      the next definition stage.