Uses of Enum Class
com.mypurecloud.sdk.v2.model.EvaluationSearchAggregationDTO.FieldEnum
Packages that use EvaluationSearchAggregationDTO.FieldEnum
-
Uses of EvaluationSearchAggregationDTO.FieldEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EvaluationSearchAggregationDTO.FieldEnumModifier and TypeMethodDescriptionEvaluationSearchAggregationDTO.FieldEnum.fromString(String key) EvaluationSearchAggregationDTO.getField()Returns the enum constant of this class with the specified name.EvaluationSearchAggregationDTO.FieldEnum.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 EvaluationSearchAggregationDTO.FieldEnumModifier and TypeMethodDescriptionEvaluationSearchAggregationDTO.field(EvaluationSearchAggregationDTO.FieldEnum field) The field to aggregate on.ALLOWED FIELDS BY AGGREGATION TYPE:TERM/COUNT: evaluationStatus, aiScoringFailureType, questionAiAnswerFailureType,TERM: formId, formIdReleased, contextId, questionGroupId, questionId, questionAnswerId, released, questionGroupMarkedNA, questionMarkedNA, questionAiScored, questionEaScored,SUM/AVERAGE/STATS/RANGE: totalScore, totalCriticalScore, questionGroupScorePercentage,criticalQuestionGroupScorePercentage, questionScore,SUM: disputeCount, rescoreCount, eaSuggestionCount, eaAcceptedSuggestionCount,aiSuggestionCount, aiAcceptedSuggestionCount,DATE_HISTOGRAM: conversationDate, createdDate, submittedDate, releaseDatevoidEvaluationSearchAggregationDTO.setField(EvaluationSearchAggregationDTO.FieldEnum field)