Interface RefreshScheduleFrequency.Builder

    • Method Detail

      • unit

        RefreshScheduleFrequency.Builder unit​(String unit)

        The unit to use for the refresh.

        For custom dashboards, the unit can be HOURS or DAYS.

        For the Highlights dashboard, the Unit must be HOURS.

        Parameters:
        unit - The unit to use for the refresh.

        For custom dashboards, the unit can be HOURS or DAYS.

        For the Highlights dashboard, the Unit must be HOURS.

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

        RefreshScheduleFrequency.Builder value​(Integer value)

        The value for the refresh schedule.

        For custom dashboards, the following values are valid when the unit is HOURS: 1, 6, 12, 24

        For custom dashboards, the only valid value when the unit is DAYS is 1.

        For the Highlights dashboard, the Value must be 6.

        Parameters:
        value - The value for the refresh schedule.

        For custom dashboards, the following values are valid when the unit is HOURS: 1, 6, 12, 24

        For custom dashboards, the only valid value when the unit is DAYS is 1.

        For the Highlights dashboard, the Value must be 6.

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