Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchKnowledgeKnowledgebaseDocumentRequest
Packages that use PatchKnowledgeKnowledgebaseDocumentRequest
-
Uses of PatchKnowledgeKnowledgebaseDocumentRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchKnowledgeKnowledgebaseDocumentRequestModifier and TypeMethodDescriptionKnowledgeApi.patchKnowledgeKnowledgebaseDocument(PatchKnowledgeKnowledgebaseDocumentRequest request) Update document.KnowledgeApiAsync.patchKnowledgeKnowledgebaseDocumentAsync(PatchKnowledgeKnowledgebaseDocumentRequest request, AsyncApiCallback<KnowledgeDocumentResponse> callback) Update document. -
Uses of PatchKnowledgeKnowledgebaseDocumentRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchKnowledgeKnowledgebaseDocumentRequestModifier and TypeMethodDescriptionPatchKnowledgeKnowledgebaseDocumentRequest.Builder.build()PatchKnowledgeKnowledgebaseDocumentRequest.withBody(KnowledgeDocumentReq body) PatchKnowledgeKnowledgebaseDocumentRequest.withCustomHeader(String name, String value) PatchKnowledgeKnowledgebaseDocumentRequest.withDocumentId(String documentId) PatchKnowledgeKnowledgebaseDocumentRequest.withKnowledgeBaseId(String knowledgeBaseId)