Interface View.UpdateStages.WithTimeframe

All Known Subinterfaces:
View.Update
Enclosing interface:
View.UpdateStages

public static interface View.UpdateStages.WithTimeframe
The stage of the View update allowing to specify timeframe.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the timeframe property: The time frame for pulling data for the report.
  • Method Details

    • withTimeframe

      View.Update withTimeframe(ReportTimeframeType timeframe)
      Specifies the timeframe property: The time frame for pulling data for the report. If custom, then a specific time period must be provided..
      Parameters:
      timeframe - The time frame for pulling data for the report. If custom, then a specific time period must be provided.
      Returns:
      the next definition stage.