Uses of Class
com.gooddata.sdk.model.executeafm.resultspec.AttributeSortAggregation
-
Packages that use AttributeSortAggregation Package Description com.gooddata.sdk.model.executeafm.resultspec -
-
Uses of AttributeSortAggregation in com.gooddata.sdk.model.executeafm.resultspec
Methods in com.gooddata.sdk.model.executeafm.resultspec that return AttributeSortAggregation Modifier and Type Method Description static AttributeSortAggregationAttributeSortAggregation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AttributeSortAggregation[]AttributeSortAggregation. 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 AttributeSortAggregation Constructor Description AttributeSortItem(Direction direction, java.lang.String attributeIdentifier, AttributeSortAggregation aggregation)
-