Uses of Class
com.gooddata.sdk.model.executeafm.afm.filter.RankingFilterOperator
-
Packages that use RankingFilterOperator Package Description com.gooddata.sdk.model.executeafm.afm.filter -
-
Uses of RankingFilterOperator in com.gooddata.sdk.model.executeafm.afm.filter
Methods in com.gooddata.sdk.model.executeafm.afm.filter that return RankingFilterOperator Modifier and Type Method Description RankingFilterOperatorRankingFilter. getOperator()Get operator as an enum constant for easier programmatic access.static RankingFilterOperatorRankingFilterOperator. of(java.lang.String operator)static RankingFilterOperatorRankingFilterOperator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RankingFilterOperator[]RankingFilterOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.gooddata.sdk.model.executeafm.afm.filter with parameters of type RankingFilterOperator Constructor Description RankingFilter(java.util.List<Qualifier> measures, java.util.List<Qualifier> attributes, RankingFilterOperator operator, java.lang.Integer value)
-