Uses of Enum Class
com.gooddata.sdk.model.executeafm.resultspec.Direction
Packages that use Direction
-
Uses of Direction in com.gooddata.sdk.model.executeafm.resultspec
Methods in com.gooddata.sdk.model.executeafm.resultspec that return DirectionModifier and TypeMethodDescriptionstatic DirectionReturns the enum constant of this class with the specified name.static Direction[]Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.gooddata.sdk.model.executeafm.resultspec with parameters of type DirectionModifierConstructorDescriptionAttributeSortItem(Direction direction, String attributeIdentifier) AttributeSortItem(Direction direction, String attributeIdentifier, AttributeSortAggregation aggregation) MeasureSortItem(Direction direction, LocatorItem... locators) MeasureSortItem(Direction direction, List<LocatorItem> locators)