Class PostContentmanagementDocumentRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostContentmanagementDocumentRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String documentId, DocumentUpdate body) getBody()voidsetBody(DocumentUpdate body) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetDocumentId(String documentId) voidvoidsetOverride(Boolean override) withBody(DocumentUpdate body) withCustomHeader(String name, String value) withDocumentId(String documentId) withExpand(String expand) withOverride(Boolean override)
-
Constructor Details
-
PostContentmanagementDocumentRequest
public PostContentmanagementDocumentRequest()
-
-
Method Details
-
getDocumentId
-
setDocumentId
-
withDocumentId
-
getBody
-
setBody
-
withBody
-
getExpand
-
setExpand
-
withExpand
-
getOverride
-
setOverride
-
withOverride
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PostContentmanagementDocumentRequest.Builder builder(String documentId, DocumentUpdate body)
-