Class PatchKnowledgeKnowledgebaseDocumentRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchKnowledgeKnowledgebaseDocumentRequest.Builder
- Enclosing class:
- PatchKnowledgeKnowledgebaseDocumentRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withBody(KnowledgeDocumentReq body) withDocumentId(String documentId) withKnowledgeBaseId(String knowledgeBaseId) withRequiredParams(String knowledgeBaseId, String documentId, KnowledgeDocumentReq body)
-
Method Details
-
withKnowledgeBaseId
public PatchKnowledgeKnowledgebaseDocumentRequest.Builder withKnowledgeBaseId(String knowledgeBaseId) -
withDocumentId
-
withBody
-
withRequiredParams
public PatchKnowledgeKnowledgebaseDocumentRequest.Builder withRequiredParams(String knowledgeBaseId, String documentId, KnowledgeDocumentReq body) -
build
-