Interface QuotaPeriod.Builder

    • Method Detail

      • periodValue

        QuotaPeriod.Builder periodValue​(Integer periodValue)

        The value associated with the reported PeriodUnit.

        Parameters:
        periodValue - The value associated with the reported PeriodUnit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • periodUnit

        QuotaPeriod.Builder periodUnit​(String periodUnit)

        The time unit.

        Parameters:
        periodUnit - The time unit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PeriodUnit, PeriodUnit
      • periodUnit

        QuotaPeriod.Builder periodUnit​(PeriodUnit periodUnit)

        The time unit.

        Parameters:
        periodUnit - The time unit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PeriodUnit, PeriodUnit