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