Uses of Enum Class
com.mypurecloud.sdk.v2.model.FlowAggregationSort.FunctionEnum
Packages that use FlowAggregationSort.FunctionEnum
-
Uses of FlowAggregationSort.FunctionEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowAggregationSort.FunctionEnumModifier and TypeMethodDescriptionFlowAggregationSort.FunctionEnum.fromString(String key) FlowAggregationSort.getFunction()Returns the enum constant of this class with the specified name.static FlowAggregationSort.FunctionEnum[]FlowAggregationSort.FunctionEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type FlowAggregationSort.FunctionEnumModifier and TypeMethodDescriptionFlowAggregationSort.function(FlowAggregationSort.FunctionEnum function) Aggregation function used for the sort metric.voidFlowAggregationSort.setFunction(FlowAggregationSort.FunctionEnum function)