Uses of Class
com.gooddata.sdk.model.executeafm.response.ResultDimension
| Package | Description |
|---|---|
| com.gooddata.sdk.model.executeafm.response |
-
Uses of ResultDimension in com.gooddata.sdk.model.executeafm.response
Methods in com.gooddata.sdk.model.executeafm.response that return types with arguments of type ResultDimension Modifier and Type Method Description java.util.List<ResultDimension>ExecutionResponse. getDimensions()List of dimensions describing the result.Constructor parameters in com.gooddata.sdk.model.executeafm.response with type arguments of type ResultDimension Constructor Description ExecutionResponse(java.util.List<ResultDimension> dimensions, java.lang.String executionResultUri)Creates new instance of given dimensions and execution result uri.