Uses of Class
com.gooddata.sdk.model.executeafm.response.TotalHeaderItem
-
Packages that use TotalHeaderItem Package Description com.gooddata.sdk.model.executeafm.response -
-
Uses of TotalHeaderItem in com.gooddata.sdk.model.executeafm.response
Methods in com.gooddata.sdk.model.executeafm.response that return types with arguments of type TotalHeaderItem Modifier and Type Method Description java.util.List<TotalHeaderItem>AttributeHeader. getTotalItems()Totals' headers belonging to the same level as this header.Constructor parameters in com.gooddata.sdk.model.executeafm.response with type arguments of type TotalHeaderItem Constructor Description AttributeHeader(java.lang.String name, java.lang.String localIdentifier, java.lang.String uri, java.lang.String identifier, AttributeInHeader formOf, java.util.List<TotalHeaderItem> totalHeaderItems)Creates new header
-