Package com.gooddata.sdk.model.md.report
Class Report
- java.lang.Object
-
- com.gooddata.sdk.model.md.AbstractObj
-
- com.gooddata.sdk.model.md.report.Report
-
public class Report extends AbstractObj implements Queryable, Updatable
Report- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.gooddata.sdk.model.md.AbstractObj
meta
-
Fields inherited from interface com.gooddata.sdk.model.md.Obj
CREATE_URI, CREATE_WITH_ID_URI, OBJ_URI, URI
-
-
Constructor Summary
Constructors Constructor Description Report(java.lang.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 java.util.Collection<java.lang.String>getDefinitions()java.util.Collection<java.lang.String>getDomains()java.lang.StringtoString()-
Methods inherited from class com.gooddata.sdk.model.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(java.lang.String title, ReportDefinition... definitions)Creates new report with given title and definitions- Parameters:
title- report titledefinitions- report definitions
-
-
Method Detail
-
getDefinitions
public java.util.Collection<java.lang.String> getDefinitions()
-
getDomains
public java.util.Collection<java.lang.String> getDomains()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractObj
-
-