Uses of Class
com.gooddata.sdk.model.executeafm.resultspec.Dimension
| Package | Description |
|---|---|
| com.gooddata.sdk.model.executeafm.resultspec |
-
Uses of Dimension in com.gooddata.sdk.model.executeafm.resultspec
Methods in com.gooddata.sdk.model.executeafm.resultspec that return Dimension Modifier and Type Method Description DimensionDimension. addTotal(TotalItem total)Methods in com.gooddata.sdk.model.executeafm.resultspec that return types with arguments of type Dimension Modifier and Type Method Description java.util.List<Dimension>ResultSpec. getDimensions()Methods in com.gooddata.sdk.model.executeafm.resultspec with parameters of type Dimension Modifier and Type Method Description ResultSpecResultSpec. addDimension(Dimension dimension)Method parameters in com.gooddata.sdk.model.executeafm.resultspec with type arguments of type Dimension Modifier and Type Method Description voidResultSpec. setDimensions(java.util.List<Dimension> dimensions)Constructor parameters in com.gooddata.sdk.model.executeafm.resultspec with type arguments of type Dimension Constructor Description ResultSpec(java.util.List<Dimension> dimensions, java.util.List<SortItem> sorts)