Class ResultTotalHeaderItem
java.lang.Object
com.gooddata.sdk.model.executeafm.result.ResultHeaderItem
com.gooddata.sdk.model.executeafm.result.ResultTotalHeaderItem
Header item for total.
-
Constructor Summary
ConstructorsConstructorDescriptionResultTotalHeaderItem(Total type) Creates new instance of given total type, type is used for the name as wellResultTotalHeaderItem(String type) Creates new instance of given total type, type is used for the name as wellResultTotalHeaderItem(String name, Total type) Creates new instance of given header name and total typeResultTotalHeaderItem(String name, String type) Creates new instance of given header name and total type -
Method Summary
Methods inherited from class com.gooddata.sdk.model.executeafm.result.ResultHeaderItem
getName, toString
-
Constructor Details
-
ResultTotalHeaderItem
Creates new instance of given total type, type is used for the name as well- Parameters:
type- total type
-
ResultTotalHeaderItem
Creates new instance of given total type, type is used for the name as well- Parameters:
type- total type
-
ResultTotalHeaderItem
Creates new instance of given header name and total type- Parameters:
name- header nametype- total type
-
ResultTotalHeaderItem
Creates new instance of given header name and total type- Parameters:
name- header nametype- total type
-
-
Method Details
-
getType
- Returns:
- type of total
-