Package com.gooddata.md.report
Class Report
- java.lang.Object
-
- com.gooddata.md.AbstractObj
-
- com.gooddata.md.report.Report
-
- All Implemented Interfaces:
Obj,Queryable,Updatable,Serializable
public class Report extends AbstractObj implements Queryable, Updatable
Report- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.gooddata.md.AbstractObj
meta
-
Fields inherited from interface com.gooddata.md.Obj
CREATE_URI, CREATE_WITH_ID_URI, OBJ_TEMPLATE, OBJ_URI, URI
-
-
Constructor Summary
Constructors Constructor Description Report(String title, ReportDefinition... definitions)Creates new report with given title and definitions
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>getDefinitions()Collection<String>getDomains()StringtoString()-
Methods inherited from class com.gooddata.md.AbstractObj
getAuthor, getCategory, getContributor, getCreated, getFlags, getId, getIdentifier, getSummary, getTags, getTitle, getUpdated, getUri, isDeprecated, isLocked, isProduction, isSharedWithSomeone, isUnlisted, setCategory, setDeprecated, setFlags, setIdentifier, setLocked, setProduction, setSharedWithSomeone, setSummary, setTags, setTitle, setUnlisted, uris
-
-
-
-
Constructor Detail
-
Report
public Report(String title, ReportDefinition... definitions)
Creates new report with given title and definitions- Parameters:
title- report titledefinitions- report definitions
-
-
Method Detail
-
getDefinitions
public Collection<String> getDefinitions()
-
getDomains
public Collection<String> getDomains()
-
toString
public String toString()
- Overrides:
toStringin classAbstractObj
-
-