Uses of Interface
com.gooddata.sdk.model.executeafm.resultspec.SortItem
-
Packages that use SortItem Package Description com.gooddata.sdk.model.executeafm.resultspec -
-
Uses of SortItem in com.gooddata.sdk.model.executeafm.resultspec
Classes in com.gooddata.sdk.model.executeafm.resultspec that implement SortItem Modifier and Type Class Description classAttributeSortItemDefine sort by specific attributeclassMeasureSortItemDefine metric sortMethods in com.gooddata.sdk.model.executeafm.resultspec that return types with arguments of type SortItem Modifier and Type Method Description java.util.List<SortItem>ResultSpec. getSorts()Methods in com.gooddata.sdk.model.executeafm.resultspec with parameters of type SortItem Modifier and Type Method Description ResultSpecResultSpec. addSort(SortItem sort)Method parameters in com.gooddata.sdk.model.executeafm.resultspec with type arguments of type SortItem Modifier and Type Method Description voidResultSpec. setSorts(java.util.List<SortItem> sorts)
-