Uses of Interface
com.gooddata.sdk.model.md.dashboard.filter.DashboardFilter
-
Packages that use DashboardFilter Package Description com.gooddata.sdk.model.md.dashboard.filter -
-
Uses of DashboardFilter in com.gooddata.sdk.model.md.dashboard.filter
Classes in com.gooddata.sdk.model.md.dashboard.filter that implement DashboardFilter Modifier and Type Class Description classDashboardAttributeFilterAttribute filter located on analytical dashboard.classDashboardDateFilterDate filter located on analytical dashboard.Methods in com.gooddata.sdk.model.md.dashboard.filter that return types with arguments of type DashboardFilter Modifier and Type Method Description java.util.List<DashboardFilter>DashboardFilterContext. getFilters()Constructor parameters in com.gooddata.sdk.model.md.dashboard.filter with type arguments of type DashboardFilter Constructor Description DashboardFilterContext(java.util.List<DashboardFilter> filters)Constructs new dashboard filter context with given filters.
-