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