Uses of Class
com.mypurecloud.sdk.v2.model.EvaluationEntityListing
Packages that use EvaluationEntityListing
-
Uses of EvaluationEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return EvaluationEntityListingModifier and TypeMethodDescriptionQualityApi.getQualityEvaluationsQuery(GetQualityEvaluationsQueryRequest request) Queries Evaluations and returns a paged list Query params must include one of conversationId, evaluatorUserId, agentUserId or assigneeUserId.QualityApi.getQualityEvaluationsQuery(Integer pageSize, Integer pageNumber, List<String> expand, String previousPage, String conversationId, String agentUserId, String agentTeamId, String evaluatorUserId, String assigneeUserId, String queueId, String startTime, String endTime, String formContextId, List<String> evaluationState, Boolean isReleased, Boolean agentHasRead, Boolean expandAnswerTotalScores, Integer maximum, String sortOrder, Boolean includeDeletedUsers) Queries Evaluations and returns a paged list Query params must include one of conversationId, evaluatorUserId, agentUserId or assigneeUserId.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type EvaluationEntityListingModifier and TypeMethodDescriptionQualityApi.getQualityEvaluationsQuery(ApiRequest<Void> request) Queries Evaluations and returns a paged list Query params must include one of conversationId, evaluatorUserId, agentUserId or assigneeUserId.QualityApiAsync.getQualityEvaluationsQueryAsync(GetQualityEvaluationsQueryRequest request, AsyncApiCallback<EvaluationEntityListing> callback) Queries Evaluations and returns a paged list Query params must include one of conversationId, evaluatorUserId, agentUserId or assigneeUserId.QualityApiAsync.getQualityEvaluationsQueryAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<EvaluationEntityListing>> callback) Queries Evaluations and returns a paged list Query params must include one of conversationId, evaluatorUserId, agentUserId or assigneeUserId.QualityApi.getQualityEvaluationsQueryWithHttpInfo(Integer pageSize, Integer pageNumber, List<String> expand, String previousPage, String conversationId, String agentUserId, String agentTeamId, String evaluatorUserId, String assigneeUserId, String queueId, String startTime, String endTime, String formContextId, List<String> evaluationState, Boolean isReleased, Boolean agentHasRead, Boolean expandAnswerTotalScores, Integer maximum, String sortOrder, Boolean includeDeletedUsers) Queries Evaluations and returns a paged list Query params must include one of conversationId, evaluatorUserId, agentUserId or assigneeUserId.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type EvaluationEntityListingModifier and TypeMethodDescriptionQualityApiAsync.getQualityEvaluationsQueryAsync(GetQualityEvaluationsQueryRequest request, AsyncApiCallback<EvaluationEntityListing> callback) Queries Evaluations and returns a paged list Query params must include one of conversationId, evaluatorUserId, agentUserId or assigneeUserId.QualityApiAsync.getQualityEvaluationsQueryAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<EvaluationEntityListing>> callback) Queries Evaluations and returns a paged list Query params must include one of conversationId, evaluatorUserId, agentUserId or assigneeUserId. -
Uses of EvaluationEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EvaluationEntityListingModifier and TypeMethodDescriptionEvaluationEntityListing.entities(List<Evaluation> entities) EvaluationEntityListing.pageNumber(Integer pageNumber) EvaluationEntityListing.previousUri(String previousUri)