Uses of Class
com.gooddata.sdk.model.executeafm.resultspec.Direction
-
Packages that use Direction Package Description com.gooddata.sdk.model.executeafm.resultspec -
-
Uses of Direction in com.gooddata.sdk.model.executeafm.resultspec
Methods in com.gooddata.sdk.model.executeafm.resultspec that return Direction Modifier and Type Method Description static DirectionDirection. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Direction[]Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.gooddata.sdk.model.executeafm.resultspec with parameters of type Direction Constructor Description AttributeSortItem(Direction direction, java.lang.String attributeIdentifier)AttributeSortItem(Direction direction, java.lang.String attributeIdentifier, AttributeSortAggregation aggregation)MeasureSortItem(Direction direction, LocatorItem... locators)MeasureSortItem(Direction direction, java.util.List<LocatorItem> locators)
-