Uses of Enum Class
com.mypurecloud.sdk.v2.model.FlowExecutionAsyncAggregationQuery.MetricsEnum
Packages that use FlowExecutionAsyncAggregationQuery.MetricsEnum
-
Uses of FlowExecutionAsyncAggregationQuery.MetricsEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowExecutionAsyncAggregationQuery.MetricsEnumModifier and TypeMethodDescriptionFlowExecutionAsyncAggregationQuery.MetricsEnum.fromString(String key) Returns the enum constant of this class with the specified name.FlowExecutionAsyncAggregationQuery.MetricsEnum.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 FlowExecutionAsyncAggregationQuery.MetricsEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type FlowExecutionAsyncAggregationQuery.MetricsEnumModifier and TypeMethodDescriptionFlowExecutionAsyncAggregationQuery.metrics(List<FlowExecutionAsyncAggregationQuery.MetricsEnum> metrics) Behaves like a SQL SELECT clause.voidFlowExecutionAsyncAggregationQuery.setMetrics(List<FlowExecutionAsyncAggregationQuery.MetricsEnum> metrics)