Interface TimeRange.Builder

  • Method Details

    • beginDateInclusive

      TimeRange.Builder beginDateInclusive(Instant beginDateInclusive)

      The inclusive start date of the time range.

      Parameters:
      beginDateInclusive - The inclusive start date of the time range.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endDateInclusive

      TimeRange.Builder endDateInclusive(Instant endDateInclusive)

      The inclusive end date of the time range.

      Parameters:
      endDateInclusive - The inclusive end date of the time range.
      Returns:
      Returns a reference to this object so that method calls can be chained together.