Interface ExcludePeriodConfiguration.Builder

    • Method Detail

      • amount

        ExcludePeriodConfiguration.Builder amount​(Integer amount)

        The amount or number of the exclude period.

        Parameters:
        amount - The amount or number of the exclude period.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • granularity

        ExcludePeriodConfiguration.Builder granularity​(String granularity)

        The granularity or unit (day, month, year) of the exclude period.

        Parameters:
        granularity - The granularity or unit (day, month, year) of the exclude period.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TimeGranularity, TimeGranularity
      • status

        ExcludePeriodConfiguration.Builder status​(String status)

        The status of the exclude period. Choose from the following options:

        • ENABLED

        • DISABLED

        Parameters:
        status - The status of the exclude period. Choose from the following options:

        • ENABLED

        • DISABLED

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WidgetStatus, WidgetStatus
      • status

        ExcludePeriodConfiguration.Builder status​(WidgetStatus status)

        The status of the exclude period. Choose from the following options:

        • ENABLED

        • DISABLED

        Parameters:
        status - The status of the exclude period. Choose from the following options:

        • ENABLED

        • DISABLED

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WidgetStatus, WidgetStatus