Interface RangeOverride.Builder

    • Method Detail

      • start

        RangeOverride.Builder start​(Integer start)

        The start time of when to include objects.

        Parameters:
        start - The start time of when to include objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • end

        RangeOverride.Builder end​(Integer end)

        The end time of when to include objects.

        Parameters:
        end - The end time of when to include objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unit

        RangeOverride.Builder unit​(String unit)

        The unit for start and end.

        Parameters:
        unit - The unit for start and end.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RangeUnit, RangeUnit
      • unit

        RangeOverride.Builder unit​(RangeUnit unit)

        The unit for start and end.

        Parameters:
        unit - The unit for start and end.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RangeUnit, RangeUnit