Interface View.UpdateStages.WithTypePropertiesType

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

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

    Modifier and Type
    Method
    Description
    withTypePropertiesType(ReportType typePropertiesType)
    Specifies the typePropertiesType property: The type of the report.
  • Method Details

    • withTypePropertiesType

      View.Update withTypePropertiesType(ReportType typePropertiesType)
      Specifies the typePropertiesType property: The type of the report. Usage represents actual usage, forecast represents forecasted data and UsageAndForecast represents both usage and forecasted data. Actual usage and forecasted data can be differentiated based on dates..
      Parameters:
      typePropertiesType - The type of the report. Usage represents actual usage, forecast represents forecasted data and UsageAndForecast represents both usage and forecasted data. Actual usage and forecasted data can be differentiated based on dates.
      Returns:
      the next definition stage.