Uses of Enum Class
com.mypurecloud.sdk.v2.model.EvaluationSearchSubAggregationDTO.FieldEnum
Packages that use EvaluationSearchSubAggregationDTO.FieldEnum
-
Uses of EvaluationSearchSubAggregationDTO.FieldEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EvaluationSearchSubAggregationDTO.FieldEnumModifier and TypeMethodDescriptionEvaluationSearchSubAggregationDTO.FieldEnum.fromString(String key) EvaluationSearchSubAggregationDTO.getField()Returns the enum constant of this class with the specified name.EvaluationSearchSubAggregationDTO.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 EvaluationSearchSubAggregationDTO.FieldEnumModifier and TypeMethodDescriptionEvaluationSearchSubAggregationDTO.field(EvaluationSearchSubAggregationDTO.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, releaseDatevoidEvaluationSearchSubAggregationDTO.setField(EvaluationSearchSubAggregationDTO.FieldEnum field)