Uses of Class
com.gooddata.executeafm.result.ExecutionResult
-
Packages that use ExecutionResult Package Description com.gooddata.executeafm com.gooddata.executeafm.result -
-
Uses of ExecutionResult in com.gooddata.executeafm
Methods in com.gooddata.executeafm that return types with arguments of type ExecutionResult Modifier and Type Method Description FutureResult<ExecutionResult>ExecuteAfmService. getResult(ExecutionResponse executionResponse)Get for result of given response.FutureResult<ExecutionResult>ExecuteAfmService. getResult(ExecutionResponse executionResponse, ResultPage page)Get for page of result of given response. -
Uses of ExecutionResult in com.gooddata.executeafm.result
Methods in com.gooddata.executeafm.result that return ExecutionResult Modifier and Type Method Description ExecutionResultExecutionResult. setTotalTotals(List<List<List<String>>> totalTotals)Sets totals of totals data.
-