Uses of Class
com.gooddata.sdk.model.executeafm.result.Paging
-
Packages that use Paging Package Description com.gooddata.sdk.model.executeafm.result -
-
Uses of Paging in com.gooddata.sdk.model.executeafm.result
Methods in com.gooddata.sdk.model.executeafm.result that return Paging Modifier and Type Method Description PagingPaging. count(int... count)Sets count compound of given elements, each element per dimensionPagingExecutionResult. getPaging()PagingPaging. offset(int... offset)Sets size compound of given elements, each element per dimensionPagingPaging. total(int... total)Sets size compound of given elements, each element per dimensionConstructors in com.gooddata.sdk.model.executeafm.result with parameters of type Paging Constructor Description ExecutionResult(java.lang.String[][] data, Paging paging)Creates new resultExecutionResult(java.lang.String[] data, Paging paging)Creates new result
-