Uses of Interface
com.gooddata.sdk.model.executeafm.resultspec.LocatorItem
| Package | Description |
|---|---|
| com.gooddata.sdk.model.executeafm.resultspec |
-
Uses of LocatorItem in com.gooddata.sdk.model.executeafm.resultspec
Classes in com.gooddata.sdk.model.executeafm.resultspec that implement LocatorItem Modifier and Type Class Description classAttributeLocatorItemHolds attribute including it's specific elementclassMeasureLocatorItemHolds metric positionclassTotalLocatorItemHolds total type and attribute to which this total corresponds.Methods in com.gooddata.sdk.model.executeafm.resultspec that return types with arguments of type LocatorItem Modifier and Type Method Description java.util.List<LocatorItem>MeasureSortItem. getLocators()Constructors in com.gooddata.sdk.model.executeafm.resultspec with parameters of type LocatorItem Constructor Description MeasureSortItem(Direction direction, LocatorItem... locators)Constructor parameters in com.gooddata.sdk.model.executeafm.resultspec with type arguments of type LocatorItem Constructor Description MeasureSortItem(Direction direction, java.util.List<LocatorItem> locators)MeasureSortItem(java.lang.String direction, java.util.List<LocatorItem> locators)