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