Interface BillInterval.Builder

    • Method Detail

      • start

        BillInterval.Builder start​(Instant start)

        The start date and time of the interval.

        Parameters:
        start - The start date and time of the interval.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • end

        BillInterval.Builder end​(Instant end)

        The end date and time of the interval.

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