Package com.gooddata.md.report
Class ReportDefinition
- java.lang.Object
-
- com.gooddata.md.AbstractObj
-
- com.gooddata.md.report.ReportDefinition
-
- All Implemented Interfaces:
Obj,Queryable,Updatable,Serializable
public class ReportDefinition extends AbstractObj implements Queryable, Updatable
Report definition- 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetExplainLink()Deprecated.usegetExplainUri()insteadStringgetExplainUri()StringgetFormat()GridgetGrid()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
-
-
-
-
Method Detail
-
getFormat
public String getFormat()
-
getGrid
public Grid getGrid()
-
getExplainLink
@Deprecated public String getExplainLink()
Deprecated.usegetExplainUri()instead- Returns:
- explain URI string
-
getExplainUri
public String getExplainUri()
-
toString
public String toString()
- Overrides:
toStringin classAbstractObj
-
-