Uses of Class
com.gooddata.sdk.model.executeafm.resultspec.TotalItem
-
Packages that use TotalItem Package Description com.gooddata.sdk.model.executeafm.resultspec -
-
Uses of TotalItem in com.gooddata.sdk.model.executeafm.resultspec
Methods in com.gooddata.sdk.model.executeafm.resultspec that return types with arguments of type TotalItem Modifier and Type Method Description java.util.Set<TotalItem>Dimension. findTotals(java.lang.String attrIdentifier)java.util.Set<TotalItem>Dimension. getTotals()Methods in com.gooddata.sdk.model.executeafm.resultspec with parameters of type TotalItem Modifier and Type Method Description DimensionDimension. addTotal(TotalItem total)Method parameters in com.gooddata.sdk.model.executeafm.resultspec with type arguments of type TotalItem Modifier and Type Method Description voidDimension. setTotals(java.util.Set<TotalItem> totals)Constructor parameters in com.gooddata.sdk.model.executeafm.resultspec with type arguments of type TotalItem Constructor Description Dimension(java.util.List<java.lang.String> itemIdentifiers, java.util.Set<TotalItem> totals)Creates new instance
-