Uses of Class
com.mypurecloud.sdk.v2.model.ScorableSurvey
Packages that use ScorableSurvey
Package
Description
-
Uses of ScorableSurvey in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ScorableSurveyModifier and TypeMethodDescriptionQualityApi.getQualitySurveysScorable(GetQualitySurveysScorableRequest request) Get a survey as an end-customer, for the purposes of scoring it.QualityApi.getQualitySurveysScorable(String customerSurveyUrl) Get a survey as an end-customer, for the purposes of scoring it.QualityApi.putQualitySurveysScorable(PutQualitySurveysScorableRequest request) Update a survey as an end-customer, for the purposes of scoring it.QualityApi.putQualitySurveysScorable(String customerSurveyUrl, ScorableSurvey body) Update a survey as an end-customer, for the purposes of scoring it.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ScorableSurveyModifier and TypeMethodDescriptionQualityApi.getQualitySurveysScorable(ApiRequest<Void> request) Get a survey as an end-customer, for the purposes of scoring it.QualityApiAsync.getQualitySurveysScorableAsync(GetQualitySurveysScorableRequest request, AsyncApiCallback<ScorableSurvey> callback) Get a survey as an end-customer, for the purposes of scoring it.QualityApiAsync.getQualitySurveysScorableAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ScorableSurvey>> callback) Get a survey as an end-customer, for the purposes of scoring it.QualityApi.getQualitySurveysScorableWithHttpInfo(String customerSurveyUrl) Get a survey as an end-customer, for the purposes of scoring it.QualityApi.putQualitySurveysScorable(ApiRequest<ScorableSurvey> request) Update a survey as an end-customer, for the purposes of scoring it.QualityApiAsync.putQualitySurveysScorableAsync(PutQualitySurveysScorableRequest request, AsyncApiCallback<ScorableSurvey> callback) Update a survey as an end-customer, for the purposes of scoring it.QualityApiAsync.putQualitySurveysScorableAsync(ApiRequest<ScorableSurvey> request, AsyncApiCallback<ApiResponse<ScorableSurvey>> callback) Update a survey as an end-customer, for the purposes of scoring it.QualityApi.putQualitySurveysScorableWithHttpInfo(String customerSurveyUrl, ScorableSurvey body) Update a survey as an end-customer, for the purposes of scoring it.Methods in com.mypurecloud.sdk.v2.api with parameters of type ScorableSurveyModifier and TypeMethodDescriptionQualityApi.putQualitySurveysScorable(String customerSurveyUrl, ScorableSurvey body) Update a survey as an end-customer, for the purposes of scoring it.QualityApi.putQualitySurveysScorableWithHttpInfo(String customerSurveyUrl, ScorableSurvey body) Update a survey as an end-customer, for the purposes of scoring it.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ScorableSurveyModifier and TypeMethodDescriptionQualityApiAsync.getQualitySurveysScorableAsync(GetQualitySurveysScorableRequest request, AsyncApiCallback<ScorableSurvey> callback) Get a survey as an end-customer, for the purposes of scoring it.QualityApiAsync.getQualitySurveysScorableAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ScorableSurvey>> callback) Get a survey as an end-customer, for the purposes of scoring it.QualityApi.putQualitySurveysScorable(ApiRequest<ScorableSurvey> request) Update a survey as an end-customer, for the purposes of scoring it.QualityApiAsync.putQualitySurveysScorableAsync(PutQualitySurveysScorableRequest request, AsyncApiCallback<ScorableSurvey> callback) Update a survey as an end-customer, for the purposes of scoring it.QualityApiAsync.putQualitySurveysScorableAsync(ApiRequest<ScorableSurvey> request, AsyncApiCallback<ApiResponse<ScorableSurvey>> callback) Update a survey as an end-customer, for the purposes of scoring it.QualityApiAsync.putQualitySurveysScorableAsync(ApiRequest<ScorableSurvey> request, AsyncApiCallback<ApiResponse<ScorableSurvey>> callback) Update a survey as an end-customer, for the purposes of scoring it. -
Uses of ScorableSurvey in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ScorableSurveyMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ScorableSurveyMethods in com.mypurecloud.sdk.v2.api.request with parameters of type ScorableSurveyModifier and TypeMethodDescriptionPutQualitySurveysScorableRequest.builder(String customerSurveyUrl, ScorableSurvey body) voidPutQualitySurveysScorableRequest.setBody(ScorableSurvey body) PutQualitySurveysScorableRequest.Builder.withBody(ScorableSurvey body) PutQualitySurveysScorableRequest.withBody(ScorableSurvey body) PutQualitySurveysScorableRequest.Builder.withRequiredParams(String customerSurveyUrl, ScorableSurvey body) -
Uses of ScorableSurvey in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ScorableSurveyModifier and TypeMethodDescriptionScorableSurvey.answers(SurveyScoringSet answers) ScorableSurvey.status(ScorableSurvey.StatusEnum status) ScorableSurvey.surveyForm(SurveyForm surveyForm) Survey form used for this survey.