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