Interface View.DefinitionStages.WithTypePropertiesType

All Known Subinterfaces:
View.Definition, View.DefinitionStages.WithCreate
Enclosing interface:
View.DefinitionStages

public static interface View.DefinitionStages.WithTypePropertiesType
The stage of the View definition allowing to specify typePropertiesType.
  • Method Details

    • withTypePropertiesType

      View.DefinitionStages.WithCreate 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.