Uses of Class
com.gooddata.sdk.model.executeafm.afm.Aggregation
-
Packages that use Aggregation Package Description com.gooddata.sdk.model.executeafm.afm com.gooddata.sdk.model.md.visualization -
-
Uses of Aggregation in com.gooddata.sdk.model.executeafm.afm
Methods in com.gooddata.sdk.model.executeafm.afm that return Aggregation Modifier and Type Method Description static AggregationAggregation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Aggregation[]Aggregation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.gooddata.sdk.model.executeafm.afm with parameters of type Aggregation Modifier and Type Method Description voidSimpleMeasureDefinition. setAggregation(Aggregation aggregation)Set additional aggregation appliedConstructors in com.gooddata.sdk.model.executeafm.afm with parameters of type Aggregation Constructor Description SimpleMeasureDefinition(ObjQualifier item, Aggregation aggregation, java.lang.Boolean computeRatio, FilterItem... filters)Creates new definitionSimpleMeasureDefinition(ObjQualifier item, Aggregation aggregation, java.lang.Boolean computeRatio, java.util.List<FilterItem> filters)Creates new definition -
Uses of Aggregation in com.gooddata.sdk.model.md.visualization
Constructors in com.gooddata.sdk.model.md.visualization with parameters of type Aggregation Constructor Description VOSimpleMeasureDefinition(ObjQualifier item, Aggregation aggregation, java.lang.Boolean computeRatio, FilterItem... filters)Deprecated.Creates instance of simple measure definition to be used inVisualizationObjectVOSimpleMeasureDefinition(ObjQualifier item, Aggregation aggregation, java.lang.Boolean computeRatio, java.util.List<FilterItem> filters)Deprecated.Creates instance of simple measure definition to be used inVisualizationObject
-