Interface TimePeriod.Builder

  • Method Details

    • startAt

      TimePeriod.Builder startAt(Instant startAt)

      The start date and time for the spending limit period, in epoch seconds.

      Parameters:
      startAt - The start date and time for the spending limit period, in epoch seconds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endAt

      The end date and time for the spending limit period, in epoch seconds.

      Parameters:
      endAt - The end date and time for the spending limit period, in epoch seconds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.