Class PostKnowledgeGuestSessionDocumentFeedbackRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostKnowledgeGuestSessionDocumentFeedbackRequest
-
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) voidsetDocumentId(String documentId) voidsetSessionId(String sessionId) withCustomHeader(String name, String value) withDocumentId(String documentId) withSessionId(String sessionId)
-
Constructor Details
-
PostKnowledgeGuestSessionDocumentFeedbackRequest
public PostKnowledgeGuestSessionDocumentFeedbackRequest()
-
-
Method Details
-
getSessionId
-
setSessionId
-
withSessionId
-
getDocumentId
-
setDocumentId
-
withDocumentId
-
getBody
-
setBody
-
withBody
public PostKnowledgeGuestSessionDocumentFeedbackRequest withBody(KnowledgeGuestDocumentFeedback body) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PostKnowledgeGuestSessionDocumentFeedbackRequest.Builder builder(String sessionId, String documentId)
-