Class PostKnowledgeKnowledgebaseDocumentCopiesRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostKnowledgeKnowledgebaseDocumentCopiesRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()getBody()voidsetBody(KnowledgeDocumentCopy body) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetDocumentId(String documentId) voidsetKnowledgeBaseId(String knowledgeBaseId) withCustomHeader(String name, String value) withDocumentId(String documentId) withKnowledgeBaseId(String knowledgeBaseId)
-
Constructor Details
-
PostKnowledgeKnowledgebaseDocumentCopiesRequest
public PostKnowledgeKnowledgebaseDocumentCopiesRequest()
-
-
Method Details
-
getKnowledgeBaseId
-
setKnowledgeBaseId
-
withKnowledgeBaseId
-
getDocumentId
-
setDocumentId
-
withDocumentId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PostKnowledgeKnowledgebaseDocumentCopiesRequest.Builder builder(String knowledgeBaseId, String documentId)
-