Uses of Class
com.gooddata.sdk.model.md.report.Total
-
Packages that use Total Package Description com.gooddata.sdk.model.executeafm.response com.gooddata.sdk.model.executeafm.result com.gooddata.sdk.model.executeafm.resultspec com.gooddata.sdk.model.md.report -
-
Uses of Total in com.gooddata.sdk.model.executeafm.response
Constructors in com.gooddata.sdk.model.executeafm.response with parameters of type Total Constructor Description TotalHeaderItem(Total total)Creates new header -
Uses of Total in com.gooddata.sdk.model.executeafm.result
Constructors in com.gooddata.sdk.model.executeafm.result with parameters of type Total Constructor Description ResultTotalHeaderItem(Total type)Creates new instance of given total type, type is used for the name as wellResultTotalHeaderItem(java.lang.String name, Total type)Creates new instance of given header name and total type -
Uses of Total in com.gooddata.sdk.model.executeafm.resultspec
Constructors in com.gooddata.sdk.model.executeafm.resultspec with parameters of type Total Constructor Description TotalItem(java.lang.String measureIdentifier, Total total, java.lang.String attributeIdentifier) -
Uses of Total in com.gooddata.sdk.model.md.report
Methods in com.gooddata.sdk.model.md.report that return Total Modifier and Type Method Description static TotalTotal. of(java.lang.String total)static TotalTotal. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Total[]Total. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.gooddata.sdk.model.md.report that return types with arguments of type Total Modifier and Type Method Description java.util.List<java.util.List<Total>>AttributeInGrid. getTotals()static java.util.List<Total>Total. orderedValues()Ordered list of totalsConstructor parameters in com.gooddata.sdk.model.md.report with type arguments of type Total Constructor Description AttributeInGrid(java.lang.String uri, java.lang.String alias, java.util.List<java.util.List<Total>> totals)Creates new instance.
-