| Package | Description |
|---|---|
| com.gooddata.executeafm.response | |
| com.gooddata.executeafm.result | |
| com.gooddata.executeafm.resultspec | |
| com.gooddata.md.report |
| Constructor and Description |
|---|
TotalHeaderItem(Total total)
Creates new header
|
| Constructor and Description |
|---|
ResultTotalHeaderItem(String name,
Total type)
Creates new instance of given header name and total type
|
ResultTotalHeaderItem(Total type)
Creates new instance of given total type, type is used for the name as well
|
| Constructor and Description |
|---|
TotalItem(String measureIdentifier,
Total total,
String attributeIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
static Total |
Total.of(String total) |
static Total |
Total.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
List<List<Total>> |
AttributeInGrid.getTotals() |
static List<Total> |
Total.orderedValues()
Ordered list of totals
|
| Constructor and Description |
|---|
AttributeInGrid(String uri,
String alias,
List<List<Total>> totals)
Creates new instance.
|
Copyright © 2019. All rights reserved.