Package com.gooddata.sdk.model.md
Class ProjectDashboard
java.lang.Object
com.gooddata.sdk.model.md.AbstractObj
com.gooddata.sdk.model.md.ProjectDashboard
- All Implemented Interfaces:
Obj,Queryable,Serializable
Project Dashboard of GoodData project.
Deserialization only. This object is not complete representation of real 'projectDashboard' object. It contains only dashboard tabs basic definitions (identifier and name).
Deserialization only. This object is not complete representation of real 'projectDashboard' object. It contains only dashboard tabs basic definitions (identifier and name).
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.gooddata.sdk.model.md.AbstractObj
metaFields inherited from interface com.gooddata.sdk.model.md.Obj
CREATE_URI, CREATE_WITH_ID_URI, OBJ_URI, URI -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.gooddata.sdk.model.md.ProjectDashboard.ContentgetTabByName(String name) Returns dashboard tab with the given tab name.getTabs()toString()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 Details
-
ProjectDashboard
-
-
Method Details
-
getTabs
-
getTabByName
Returns dashboard tab with the given tab name. If tab with such name doesn't exist, returnsnull.- Parameters:
name- tab name- Returns:
- dashboard tab with the given name
nullif tab doesn't exist
-
getContent
public com.gooddata.sdk.model.md.ProjectDashboard.Content getContent() -
toString
- Overrides:
toStringin classAbstractObj
-