Interface Condition.Builder

  • Method Details

    • allowAfter

      Condition.Builder allowAfter(Instant allowAfter)

      The earliest time at which the permit becomes valid.

      Parameters:
      allowAfter - The earliest time at which the permit becomes valid.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowBefore

      Condition.Builder allowBefore(Instant allowBefore)

      The latest time at which the permit remains valid.

      Parameters:
      allowBefore - The latest time at which the permit remains valid.
      Returns:
      Returns a reference to this object so that method calls can be chained together.