Uses of Class
com.mypurecloud.sdk.v2.model.SurveyFormEntityListing
Packages that use SurveyFormEntityListing
-
Uses of SurveyFormEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return SurveyFormEntityListingModifier and TypeMethodDescriptionQualityApi.getQualityFormsSurveys(GetQualityFormsSurveysRequest request) Get the list of survey forms.QualityApi.getQualityFormsSurveys(Integer pageSize, Integer pageNumber, String sortBy, String nextPage, String previousPage, String expand, String name, String sortOrder) Get the list of survey forms.QualityApi.getQualityFormsSurveysBulk(GetQualityFormsSurveysBulkRequest request) Retrieve a list of survey forms by their idsQualityApi.getQualityFormsSurveysBulk(List<String> id) Retrieve a list of survey forms by their idsQualityApi.getQualityFormsSurveyVersions(GetQualityFormsSurveyVersionsRequest request) Gets all the revisions for a specific survey.QualityApi.getQualityFormsSurveyVersions(String formId, Integer pageSize, Integer pageNumber) Gets all the revisions for a specific survey.QualityApi.getQualityPublishedformsSurveys(GetQualityPublishedformsSurveysRequest request) Get the published survey forms.QualityApi.getQualityPublishedformsSurveys(Integer pageSize, Integer pageNumber, String name, Boolean onlyLatestEnabledPerContext) Get the published survey forms.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type SurveyFormEntityListingModifier and TypeMethodDescriptionQualityApi.getQualityFormsSurveys(ApiRequest<Void> request) Get the list of survey forms.QualityApiAsync.getQualityFormsSurveysAsync(GetQualityFormsSurveysRequest request, AsyncApiCallback<SurveyFormEntityListing> callback) Get the list of survey forms.QualityApiAsync.getQualityFormsSurveysAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SurveyFormEntityListing>> callback) Get the list of survey forms.QualityApi.getQualityFormsSurveysBulk(ApiRequest<Void> request) Retrieve a list of survey forms by their idsQualityApiAsync.getQualityFormsSurveysBulkAsync(GetQualityFormsSurveysBulkRequest request, AsyncApiCallback<SurveyFormEntityListing> callback) Retrieve a list of survey forms by their idsQualityApiAsync.getQualityFormsSurveysBulkAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SurveyFormEntityListing>> callback) Retrieve a list of survey forms by their idsQualityApi.getQualityFormsSurveysBulkWithHttpInfo(List<String> id) Retrieve a list of survey forms by their idsQualityApi.getQualityFormsSurveysWithHttpInfo(Integer pageSize, Integer pageNumber, String sortBy, String nextPage, String previousPage, String expand, String name, String sortOrder) Get the list of survey forms.QualityApi.getQualityFormsSurveyVersions(ApiRequest<Void> request) Gets all the revisions for a specific survey.QualityApiAsync.getQualityFormsSurveyVersionsAsync(GetQualityFormsSurveyVersionsRequest request, AsyncApiCallback<SurveyFormEntityListing> callback) Gets all the revisions for a specific survey.QualityApiAsync.getQualityFormsSurveyVersionsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SurveyFormEntityListing>> callback) Gets all the revisions for a specific survey.QualityApi.getQualityFormsSurveyVersionsWithHttpInfo(String formId, Integer pageSize, Integer pageNumber) Gets all the revisions for a specific survey.QualityApi.getQualityPublishedformsSurveys(ApiRequest<Void> request) Get the published survey forms.QualityApiAsync.getQualityPublishedformsSurveysAsync(GetQualityPublishedformsSurveysRequest request, AsyncApiCallback<SurveyFormEntityListing> callback) Get the published survey forms.QualityApiAsync.getQualityPublishedformsSurveysAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SurveyFormEntityListing>> callback) Get the published survey forms.QualityApi.getQualityPublishedformsSurveysWithHttpInfo(Integer pageSize, Integer pageNumber, String name, Boolean onlyLatestEnabledPerContext) Get the published survey forms.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type SurveyFormEntityListingModifier and TypeMethodDescriptionQualityApiAsync.getQualityFormsSurveysAsync(GetQualityFormsSurveysRequest request, AsyncApiCallback<SurveyFormEntityListing> callback) Get the list of survey forms.QualityApiAsync.getQualityFormsSurveysAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SurveyFormEntityListing>> callback) Get the list of survey forms.QualityApiAsync.getQualityFormsSurveysBulkAsync(GetQualityFormsSurveysBulkRequest request, AsyncApiCallback<SurveyFormEntityListing> callback) Retrieve a list of survey forms by their idsQualityApiAsync.getQualityFormsSurveysBulkAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SurveyFormEntityListing>> callback) Retrieve a list of survey forms by their idsQualityApiAsync.getQualityFormsSurveyVersionsAsync(GetQualityFormsSurveyVersionsRequest request, AsyncApiCallback<SurveyFormEntityListing> callback) Gets all the revisions for a specific survey.QualityApiAsync.getQualityFormsSurveyVersionsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SurveyFormEntityListing>> callback) Gets all the revisions for a specific survey.QualityApiAsync.getQualityPublishedformsSurveysAsync(GetQualityPublishedformsSurveysRequest request, AsyncApiCallback<SurveyFormEntityListing> callback) Get the published survey forms.QualityApiAsync.getQualityPublishedformsSurveysAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SurveyFormEntityListing>> callback) Get the published survey forms. -
Uses of SurveyFormEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SurveyFormEntityListingModifier and TypeMethodDescriptionSurveyFormEntityListing.entities(List<SurveyForm> entities) SurveyFormEntityListing.pageNumber(Integer pageNumber) SurveyFormEntityListing.previousUri(String previousUri)