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