Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentBulkUpdateRequest
Packages that use KnowledgeDocumentBulkUpdateRequest
Package
Description
-
Uses of KnowledgeDocumentBulkUpdateRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type KnowledgeDocumentBulkUpdateRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebaseDocumentsBulkUpdate(String knowledgeBaseId, KnowledgeDocumentBulkUpdateRequest body) Bulk update documents.KnowledgeApi.postKnowledgeKnowledgebaseDocumentsBulkUpdateWithHttpInfo(String knowledgeBaseId, KnowledgeDocumentBulkUpdateRequest body) Bulk update documents.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeDocumentBulkUpdateRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebaseDocumentsBulkUpdate(ApiRequest<KnowledgeDocumentBulkUpdateRequest> request) Bulk update documents.KnowledgeApiAsync.postKnowledgeKnowledgebaseDocumentsBulkUpdateAsync(ApiRequest<KnowledgeDocumentBulkUpdateRequest> request, AsyncApiCallback<ApiResponse<BulkResponse>> callback) Bulk update documents. -
Uses of KnowledgeDocumentBulkUpdateRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return KnowledgeDocumentBulkUpdateRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type KnowledgeDocumentBulkUpdateRequestModifier and TypeMethodDescriptionPostKnowledgeKnowledgebaseDocumentsBulkUpdateRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type KnowledgeDocumentBulkUpdateRequestModifier and TypeMethodDescriptionPostKnowledgeKnowledgebaseDocumentsBulkUpdateRequest.builder(String knowledgeBaseId, KnowledgeDocumentBulkUpdateRequest body) voidPostKnowledgeKnowledgebaseDocumentsBulkUpdateRequest.setBody(KnowledgeDocumentBulkUpdateRequest body) PostKnowledgeKnowledgebaseDocumentsBulkUpdateRequest.Builder.withBody(KnowledgeDocumentBulkUpdateRequest body) PostKnowledgeKnowledgebaseDocumentsBulkUpdateRequest.withBody(KnowledgeDocumentBulkUpdateRequest body) PostKnowledgeKnowledgebaseDocumentsBulkUpdateRequest.Builder.withRequiredParams(String knowledgeBaseId, KnowledgeDocumentBulkUpdateRequest body) -
Uses of KnowledgeDocumentBulkUpdateRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentBulkUpdateRequestModifier and TypeMethodDescriptionKnowledgeDocumentBulkUpdateRequest.entities(List<KnowledgeDocumentBulkUpdateEntity> entities) List of unique identifiers referencing documents that are to be updated