Uses of Class
com.gooddata.sdk.model.md.dashboard.filter.DashboardDateFilter
Packages that use DashboardDateFilter
-
Uses of DashboardDateFilter in com.gooddata.sdk.model.md.dashboard.filter
Methods in com.gooddata.sdk.model.md.dashboard.filter that return DashboardDateFilterModifier and TypeMethodDescriptionstatic DashboardDateFilterDashboardDateFilter.absoluteDateFilter(LocalDate from, LocalDate to, String datasetUri) Creates absolute date filter with the given intervalstatic DashboardDateFilterDashboardDateFilter.relativeDateFilter(int from, int to, String granularity, String datasetUri) Creates relative date filter with the given interval and granularity.