Class PostKnowledgeGuestSessionDocumentsPresentationsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostKnowledgeGuestSessionDocumentsPresentationsRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()getBody()voidvoidsetCustomHeaders(Map<String, String> customHeaders) voidsetSessionId(String sessionId) withCustomHeader(String name, String value) withSessionId(String sessionId)
-
Constructor Details
-
PostKnowledgeGuestSessionDocumentsPresentationsRequest
public PostKnowledgeGuestSessionDocumentsPresentationsRequest()
-
-
Method Details
-
getSessionId
-
setSessionId
-
withSessionId
-
getBody
-
setBody
-
withBody
public PostKnowledgeGuestSessionDocumentsPresentationsRequest withBody(KnowledgeGuestDocumentPresentation body) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PostKnowledgeGuestSessionDocumentsPresentationsRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PostKnowledgeGuestSessionDocumentsPresentationsRequest.Builder builder(String sessionId)
-