Uses of Enum Class
com.mypurecloud.sdk.v2.model.TaskManagementAsyncAggregationQuery.GroupByEnum
Packages that use TaskManagementAsyncAggregationQuery.GroupByEnum
-
Uses of TaskManagementAsyncAggregationQuery.GroupByEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TaskManagementAsyncAggregationQuery.GroupByEnumModifier and TypeMethodDescriptionTaskManagementAsyncAggregationQuery.GroupByEnum.fromString(String key) Returns the enum constant of this class with the specified name.TaskManagementAsyncAggregationQuery.GroupByEnum.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 TaskManagementAsyncAggregationQuery.GroupByEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type TaskManagementAsyncAggregationQuery.GroupByEnumModifier and TypeMethodDescriptionTaskManagementAsyncAggregationQuery.groupBy(List<TaskManagementAsyncAggregationQuery.GroupByEnum> groupBy) Behaves like a SQL GROUPBY.voidTaskManagementAsyncAggregationQuery.setGroupBy(List<TaskManagementAsyncAggregationQuery.GroupByEnum> groupBy)