Uses of Interface
com.gooddata.sdk.model.executeafm.afm.filter.ExtendedFilter
-
Packages that use ExtendedFilter Package Description com.gooddata.sdk.model.executeafm.afm.filter com.gooddata.sdk.model.md.visualization -
-
Uses of ExtendedFilter in com.gooddata.sdk.model.executeafm.afm.filter
Subinterfaces of ExtendedFilter in com.gooddata.sdk.model.executeafm.afm.filter Modifier and Type Interface Description interfaceFilterItemCovers all the filters which can be used within AFMClasses in com.gooddata.sdk.model.executeafm.afm.filter that implement ExtendedFilter Modifier and Type Class Description classAbsoluteDateFilterRepresentsDateFilterspecifying exact from and to dates.classAttributeFilterRepresents filter by attribute.classDateFilterRepresents filter by date.classMeasureValueFilterRepresents measure value filter applied on an insight.classNegativeAttributeFilterFilter of attribute filtering by NOT IN expressionclassPositiveAttributeFilterFilter of attribute filtering by IN expressionclassRelativeDateFilterRepresentsDateFilterspecifying relative range of given granularity. -
Uses of ExtendedFilter in com.gooddata.sdk.model.md.visualization
Methods in com.gooddata.sdk.model.md.visualization that return types with arguments of type ExtendedFilter Modifier and Type Method Description java.util.List<ExtendedFilter>VisualizationObject. getFilters()Method parameters in com.gooddata.sdk.model.md.visualization with type arguments of type ExtendedFilter Modifier and Type Method Description voidVisualizationObject. setFilters(java.util.List<ExtendedFilter> filters)
-