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