Class AnalyticalDashboard
java.lang.Object
com.gooddata.sdk.model.md.AbstractObj
com.gooddata.sdk.model.md.dashboard.AnalyticalDashboard
- All Implemented Interfaces:
Obj,Queryable,Updatable,Serializable
Represents analytical dashboard configuration.
- See Also:
-
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
ConstructorsConstructorDescriptionAnalyticalDashboard(String title, List<String> widgetUris, String filtersContextUri) Constructor. -
Method Summary
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, toString, uris
-
Constructor Details
-
AnalyticalDashboard
Constructor.- Parameters:
title- dashboard titlewidgetUris- URIs of widgets located on dashboardfiltersContextUri- URI of filters context applied to this dashboard (optional)
-
-
Method Details
-
getWidgetUris
- Returns:
- URIs of widgets contained in this dashboard
-
getFiltersContextUri
- Returns:
- URI of filters context applied to this dashboard
-