Uses of Class
com.mypurecloud.sdk.v2.model.SurveyForm
Packages that use SurveyForm
Package
Description
-
Uses of SurveyForm in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return SurveyFormModifier and TypeMethodDescriptionQualityApi.getQualityFormsSurvey(GetQualityFormsSurveyRequest request) Get a survey formQualityApi.getQualityFormsSurvey(String formId) Get a survey formQualityApi.getQualityPublishedformsSurvey(GetQualityPublishedformsSurveyRequest request) Get the most recent published version of a survey form.QualityApi.getQualityPublishedformsSurvey(String formId) Get the most recent published version of a survey form.QualityApi.patchQualityFormsSurvey(PatchQualityFormsSurveyRequest request) Disable a particular version of a survey form and invalidates any invitations that have already been sent to customers using this version of the form.QualityApi.patchQualityFormsSurvey(String formId, SurveyForm body) Disable a particular version of a survey form and invalidates any invitations that have already been sent to customers using this version of the form.QualityApi.postQualityFormsSurveys(PostQualityFormsSurveysRequest request) Create a survey form.QualityApi.postQualityFormsSurveys(SurveyForm body) Create a survey form.QualityApi.postQualityPublishedformsSurveys(PostQualityPublishedformsSurveysRequest request) Publish a survey form.QualityApi.postQualityPublishedformsSurveys(PublishForm body) Publish a survey form.QualityApi.putQualityFormsSurvey(PutQualityFormsSurveyRequest request) Update a survey form.QualityApi.putQualityFormsSurvey(String formId, SurveyForm body) Update a survey form.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type SurveyFormModifier and TypeMethodDescriptionQualityApi.getQualityFormsSurvey(ApiRequest<Void> request) Get a survey formQualityApiAsync.getQualityFormsSurveyAsync(GetQualityFormsSurveyRequest request, AsyncApiCallback<SurveyForm> callback) Get a survey formQualityApiAsync.getQualityFormsSurveyAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SurveyForm>> callback) Get a survey formQualityApi.getQualityFormsSurveysBulkContexts(GetQualityFormsSurveysBulkContextsRequest request) Retrieve a list of the latest form versions by context idsQualityApi.getQualityFormsSurveysBulkContexts(ApiRequest<Void> request) Retrieve a list of the latest form versions by context idsQualityApi.getQualityFormsSurveysBulkContexts(List<String> contextId, Boolean published) Retrieve a list of the latest form versions by context idsQualityApiAsync.getQualityFormsSurveysBulkContextsAsync(GetQualityFormsSurveysBulkContextsRequest request, AsyncApiCallback<List<SurveyForm>> callback) Retrieve a list of the latest form versions by context idsQualityApiAsync.getQualityFormsSurveysBulkContextsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<List<SurveyForm>>> callback) Retrieve a list of the latest form versions by context idsQualityApi.getQualityFormsSurveysBulkContextsWithHttpInfo(List<String> contextId, Boolean published) Retrieve a list of the latest form versions by context idsQualityApi.getQualityFormsSurveyWithHttpInfo(String formId) Get a survey formQualityApi.getQualityPublishedformsSurvey(ApiRequest<Void> request) Get the most recent published version of a survey form.QualityApiAsync.getQualityPublishedformsSurveyAsync(GetQualityPublishedformsSurveyRequest request, AsyncApiCallback<SurveyForm> callback) Get the most recent published version of a survey form.QualityApiAsync.getQualityPublishedformsSurveyAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SurveyForm>> callback) Get the most recent published version of a survey form.QualityApi.getQualityPublishedformsSurveyWithHttpInfo(String formId) Get the most recent published version of a survey form.QualityApi.patchQualityFormsSurvey(ApiRequest<SurveyForm> request) Disable a particular version of a survey form and invalidates any invitations that have already been sent to customers using this version of the form.QualityApiAsync.patchQualityFormsSurveyAsync(PatchQualityFormsSurveyRequest request, AsyncApiCallback<SurveyForm> callback) Disable a particular version of a survey form and invalidates any invitations that have already been sent to customers using this version of the form.QualityApiAsync.patchQualityFormsSurveyAsync(ApiRequest<SurveyForm> request, AsyncApiCallback<ApiResponse<SurveyForm>> callback) Disable a particular version of a survey form and invalidates any invitations that have already been sent to customers using this version of the form.QualityApi.patchQualityFormsSurveyWithHttpInfo(String formId, SurveyForm body) Disable a particular version of a survey form and invalidates any invitations that have already been sent to customers using this version of the form.QualityApi.postQualityFormsSurveys(ApiRequest<SurveyForm> request) Create a survey form.QualityApiAsync.postQualityFormsSurveysAsync(PostQualityFormsSurveysRequest request, AsyncApiCallback<SurveyForm> callback) Create a survey form.QualityApiAsync.postQualityFormsSurveysAsync(ApiRequest<SurveyForm> request, AsyncApiCallback<ApiResponse<SurveyForm>> callback) Create a survey form.QualityApi.postQualityFormsSurveysWithHttpInfo(SurveyForm body) Create a survey form.QualityApi.postQualityPublishedformsSurveys(ApiRequest<PublishForm> request) Publish a survey form.QualityApiAsync.postQualityPublishedformsSurveysAsync(PostQualityPublishedformsSurveysRequest request, AsyncApiCallback<SurveyForm> callback) Publish a survey form.QualityApiAsync.postQualityPublishedformsSurveysAsync(ApiRequest<PublishForm> request, AsyncApiCallback<ApiResponse<SurveyForm>> callback) Publish a survey form.QualityApi.postQualityPublishedformsSurveysWithHttpInfo(PublishForm body) Publish a survey form.QualityApi.putQualityFormsSurvey(ApiRequest<SurveyForm> request) Update a survey form.QualityApiAsync.putQualityFormsSurveyAsync(PutQualityFormsSurveyRequest request, AsyncApiCallback<SurveyForm> callback) Update a survey form.QualityApiAsync.putQualityFormsSurveyAsync(ApiRequest<SurveyForm> request, AsyncApiCallback<ApiResponse<SurveyForm>> callback) Update a survey form.QualityApi.putQualityFormsSurveyWithHttpInfo(String formId, SurveyForm body) Update a survey form.Methods in com.mypurecloud.sdk.v2.api with parameters of type SurveyFormModifier and TypeMethodDescriptionQualityApi.patchQualityFormsSurvey(String formId, SurveyForm body) Disable a particular version of a survey form and invalidates any invitations that have already been sent to customers using this version of the form.QualityApi.patchQualityFormsSurveyWithHttpInfo(String formId, SurveyForm body) Disable a particular version of a survey form and invalidates any invitations that have already been sent to customers using this version of the form.QualityApi.postQualityFormsSurveys(SurveyForm body) Create a survey form.QualityApi.postQualityFormsSurveysWithHttpInfo(SurveyForm body) Create a survey form.QualityApi.putQualityFormsSurvey(String formId, SurveyForm body) Update a survey form.QualityApi.putQualityFormsSurveyWithHttpInfo(String formId, SurveyForm body) Update a survey form.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type SurveyFormModifier and TypeMethodDescriptionQualityApiAsync.getQualityFormsSurveyAsync(GetQualityFormsSurveyRequest request, AsyncApiCallback<SurveyForm> callback) Get a survey formQualityApiAsync.getQualityFormsSurveyAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SurveyForm>> callback) Get a survey formQualityApiAsync.getQualityFormsSurveysBulkContextsAsync(GetQualityFormsSurveysBulkContextsRequest request, AsyncApiCallback<List<SurveyForm>> callback) Retrieve a list of the latest form versions by context idsQualityApiAsync.getQualityFormsSurveysBulkContextsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<List<SurveyForm>>> callback) Retrieve a list of the latest form versions by context idsQualityApiAsync.getQualityPublishedformsSurveyAsync(GetQualityPublishedformsSurveyRequest request, AsyncApiCallback<SurveyForm> callback) Get the most recent published version of a survey form.QualityApiAsync.getQualityPublishedformsSurveyAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SurveyForm>> callback) Get the most recent published version of a survey form.QualityApi.patchQualityFormsSurvey(ApiRequest<SurveyForm> request) Disable a particular version of a survey form and invalidates any invitations that have already been sent to customers using this version of the form.QualityApiAsync.patchQualityFormsSurveyAsync(PatchQualityFormsSurveyRequest request, AsyncApiCallback<SurveyForm> callback) Disable a particular version of a survey form and invalidates any invitations that have already been sent to customers using this version of the form.QualityApiAsync.patchQualityFormsSurveyAsync(ApiRequest<SurveyForm> request, AsyncApiCallback<ApiResponse<SurveyForm>> callback) Disable a particular version of a survey form and invalidates any invitations that have already been sent to customers using this version of the form.QualityApiAsync.patchQualityFormsSurveyAsync(ApiRequest<SurveyForm> request, AsyncApiCallback<ApiResponse<SurveyForm>> callback) Disable a particular version of a survey form and invalidates any invitations that have already been sent to customers using this version of the form.QualityApi.postQualityFormsSurveys(ApiRequest<SurveyForm> request) Create a survey form.QualityApiAsync.postQualityFormsSurveysAsync(PostQualityFormsSurveysRequest request, AsyncApiCallback<SurveyForm> callback) Create a survey form.QualityApiAsync.postQualityFormsSurveysAsync(ApiRequest<SurveyForm> request, AsyncApiCallback<ApiResponse<SurveyForm>> callback) Create a survey form.QualityApiAsync.postQualityFormsSurveysAsync(ApiRequest<SurveyForm> request, AsyncApiCallback<ApiResponse<SurveyForm>> callback) Create a survey form.QualityApiAsync.postQualityPublishedformsSurveysAsync(PostQualityPublishedformsSurveysRequest request, AsyncApiCallback<SurveyForm> callback) Publish a survey form.QualityApiAsync.postQualityPublishedformsSurveysAsync(ApiRequest<PublishForm> request, AsyncApiCallback<ApiResponse<SurveyForm>> callback) Publish a survey form.QualityApi.putQualityFormsSurvey(ApiRequest<SurveyForm> request) Update a survey form.QualityApiAsync.putQualityFormsSurveyAsync(PutQualityFormsSurveyRequest request, AsyncApiCallback<SurveyForm> callback) Update a survey form.QualityApiAsync.putQualityFormsSurveyAsync(ApiRequest<SurveyForm> request, AsyncApiCallback<ApiResponse<SurveyForm>> callback) Update a survey form.QualityApiAsync.putQualityFormsSurveyAsync(ApiRequest<SurveyForm> request, AsyncApiCallback<ApiResponse<SurveyForm>> callback) Update a survey form. -
Uses of SurveyForm in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return SurveyFormModifier and TypeMethodDescriptionPatchQualityFormsSurveyRequest.getBody()PostQualityFormsSurveysRequest.getBody()PutQualityFormsSurveyRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type SurveyFormModifier and TypeMethodDescriptionPatchQualityFormsSurveyRequest.withHttpInfo()PostQualityFormsSurveysRequest.withHttpInfo()PutQualityFormsSurveyRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type SurveyFormModifier and TypeMethodDescriptionPatchQualityFormsSurveyRequest.builder(String formId, SurveyForm body) PostQualityFormsSurveysRequest.builder(SurveyForm body) PutQualityFormsSurveyRequest.builder(String formId, SurveyForm body) voidPatchQualityFormsSurveyRequest.setBody(SurveyForm body) voidPostQualityFormsSurveysRequest.setBody(SurveyForm body) voidPutQualityFormsSurveyRequest.setBody(SurveyForm body) PatchQualityFormsSurveyRequest.Builder.withBody(SurveyForm body) PatchQualityFormsSurveyRequest.withBody(SurveyForm body) PostQualityFormsSurveysRequest.Builder.withBody(SurveyForm body) PostQualityFormsSurveysRequest.withBody(SurveyForm body) PutQualityFormsSurveyRequest.Builder.withBody(SurveyForm body) PutQualityFormsSurveyRequest.withBody(SurveyForm body) PatchQualityFormsSurveyRequest.Builder.withRequiredParams(String formId, SurveyForm body) PostQualityFormsSurveysRequest.Builder.withRequiredParams(SurveyForm body) PutQualityFormsSurveyRequest.Builder.withRequiredParams(String formId, SurveyForm body) -
Uses of SurveyForm in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SurveyFormModifier and TypeMethodDescriptionIs this form disabledMarkdown text for the bottom of the form.CreateSurveyResponse.getSurveyForm()ScorableSurvey.getSurveyForm()Survey.getSurveyForm()SurveyFormAndScoringSet.getSurveyForm()Markdown text for the top of the form.Language for survey viewer localization.The survey form nameIs this form publishedSurveyForm.questionGroups(List<SurveyQuestionGroup> questionGroups) A list of question groupsMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type SurveyFormModifier and TypeMethodDescriptionDomainEntityListingSurveyForm.getEntities()SurveyFormEntityListing.getEntities()Methods in com.mypurecloud.sdk.v2.model with parameters of type SurveyFormModifier and TypeMethodDescriptionvoidCreateSurveyResponse.setSurveyForm(SurveyForm surveyForm) voidScorableSurvey.setSurveyForm(SurveyForm surveyForm) voidSurvey.setSurveyForm(SurveyForm surveyForm) voidSurveyFormAndScoringSet.setSurveyForm(SurveyForm surveyForm) CreateSurveyResponse.surveyForm(SurveyForm surveyForm) Survey form used for this survey.ScorableSurvey.surveyForm(SurveyForm surveyForm) Survey form used for this survey.Survey.surveyForm(SurveyForm surveyForm) Survey form used for this survey.SurveyFormAndScoringSet.surveyForm(SurveyForm surveyForm) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type SurveyFormModifier and TypeMethodDescriptionDomainEntityListingSurveyForm.entities(List<SurveyForm> entities) SurveyFormEntityListing.entities(List<SurveyForm> entities) voidDomainEntityListingSurveyForm.setEntities(List<SurveyForm> entities) voidSurveyFormEntityListing.setEntities(List<SurveyForm> entities)