Interface ExecutionTimeFilter.Builder

    • Method Detail

      • oldestDate

        ExecutionTimeFilter.Builder oldestDate​(Instant oldestDate)

        Specifies the oldest start or close date and time to return.

        Parameters:
        oldestDate - Specifies the oldest start or close date and time to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • latestDate

        ExecutionTimeFilter.Builder latestDate​(Instant latestDate)

        Specifies the latest start or close date and time to return.

        Parameters:
        latestDate - Specifies the latest start or close date and time to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.