Uses of Enum Class
com.mypurecloud.sdk.v2.model.SearchAggregation.OrderEnum
Packages that use SearchAggregation.OrderEnum
-
Uses of SearchAggregation.OrderEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SearchAggregation.OrderEnumModifier and TypeMethodDescriptionstatic SearchAggregation.OrderEnumSearchAggregation.OrderEnum.fromString(String key) static SearchAggregation.OrderEnumReturns the enum constant of this class with the specified name.static SearchAggregation.OrderEnum[]SearchAggregation.OrderEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type SearchAggregation.OrderEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type SearchAggregation.OrderEnumModifier and TypeMethodDescriptionSearchAggregation.order(List<SearchAggregation.OrderEnum> order) The order in which aggregation results are sortedvoidSearchAggregation.setOrder(List<SearchAggregation.OrderEnum> order)