Uses of Class
com.mypurecloud.sdk.v2.model.EvaluationSearchResponse
Packages that use EvaluationSearchResponse
-
Uses of EvaluationSearchResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return EvaluationSearchResponseModifier and TypeMethodDescriptionQualityApi.postQualityEvaluationsSearch(PostQualityEvaluationsSearchRequest request) Search evaluations based along specified criteria Search Rules: 1.QualityApi.postQualityEvaluationsSearch(EvaluationSearchRequestDTO body) Search evaluations based along specified criteria Search Rules: 1.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type EvaluationSearchResponseModifier and TypeMethodDescriptionQualityApi.postQualityEvaluationsSearch(ApiRequest<EvaluationSearchRequestDTO> request) Search evaluations based along specified criteria Search Rules: 1.QualityApiAsync.postQualityEvaluationsSearchAsync(PostQualityEvaluationsSearchRequest request, AsyncApiCallback<EvaluationSearchResponse> callback) Search evaluations based along specified criteria Search Rules: 1.QualityApiAsync.postQualityEvaluationsSearchAsync(ApiRequest<EvaluationSearchRequestDTO> request, AsyncApiCallback<ApiResponse<EvaluationSearchResponse>> callback) Search evaluations based along specified criteria Search Rules: 1.QualityApi.postQualityEvaluationsSearchWithHttpInfo(EvaluationSearchRequestDTO body) Search evaluations based along specified criteria Search Rules: 1.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type EvaluationSearchResponseModifier and TypeMethodDescriptionQualityApiAsync.postQualityEvaluationsSearchAsync(PostQualityEvaluationsSearchRequest request, AsyncApiCallback<EvaluationSearchResponse> callback) Search evaluations based along specified criteria Search Rules: 1.QualityApiAsync.postQualityEvaluationsSearchAsync(ApiRequest<EvaluationSearchRequestDTO> request, AsyncApiCallback<ApiResponse<EvaluationSearchResponse>> callback) Search evaluations based along specified criteria Search Rules: 1.