Class DashboardFilterContext
java.lang.Object
com.gooddata.sdk.model.md.AbstractObj
com.gooddata.sdk.model.md.dashboard.filter.DashboardFilterContext
- All Implemented Interfaces:
Obj,Queryable,Updatable,Serializable
Class encapsulates list of filters on analytical dashboard.
Currently can contain
DashboardDateFilters and DashboardAttributeFilters.- 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
ConstructorsConstructorDescriptionDashboardFilterContext(List<DashboardFilter> filters) Constructs new dashboard filter context with given filters. -
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, uris
-
Constructor Details
-
DashboardFilterContext
Constructs new dashboard filter context with given filters.- Parameters:
filters- list of dashboard filters (can be empty)
-
-
Method Details
-
getFilters
- Returns:
- all dashboard filters from this filter context
-
toString
- Overrides:
toStringin classAbstractObj
-