Class Report

java.lang.Object
com.gooddata.sdk.model.md.AbstractObj
com.gooddata.sdk.model.md.report.Report
All Implemented Interfaces:
Obj, Queryable, Updatable, java.io.Serializable

public class Report
extends AbstractObj
implements Queryable, Updatable
Report
See Also:
Serialized Form
  • Constructor Details

    • Report

      public Report​(java.lang.String title, ReportDefinition... definitions)
      Creates new report with given title and definitions
      Parameters:
      title - report title
      definitions - report definitions
  • Method Details