Uses of Enum Class
com.mypurecloud.sdk.v2.model.BotAggregationSort.FunctionEnum
Packages that use BotAggregationSort.FunctionEnum
-
Uses of BotAggregationSort.FunctionEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BotAggregationSort.FunctionEnumModifier and TypeMethodDescriptionBotAggregationSort.FunctionEnum.fromString(String key) BotAggregationSort.getFunction()Returns the enum constant of this class with the specified name.static BotAggregationSort.FunctionEnum[]BotAggregationSort.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 BotAggregationSort.FunctionEnumModifier and TypeMethodDescriptionBotAggregationSort.function(BotAggregationSort.FunctionEnum function) Aggregation function used for the sort metric.voidBotAggregationSort.setFunction(BotAggregationSort.FunctionEnum function)