Interface RefreshCadence.Builder

    • Method Detail

      • frequency

        RefreshCadence.Builder frequency​(String frequency)

        The frequency that data exports are updated. The export refreshes each time the source data updates, up to three times daily.

        Parameters:
        frequency - The frequency that data exports are updated. The export refreshes each time the source data updates, up to three times daily.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FrequencyOption, FrequencyOption
      • frequency

        RefreshCadence.Builder frequency​(FrequencyOption frequency)

        The frequency that data exports are updated. The export refreshes each time the source data updates, up to three times daily.

        Parameters:
        frequency - The frequency that data exports are updated. The export refreshes each time the source data updates, up to three times daily.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FrequencyOption, FrequencyOption