Class PatchConversationSummaryEngagementsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchConversationSummaryEngagementsRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()getBody()voidsetBody(EngagementRequest body) voidsetConversationId(String conversationId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetSummaryId(String summaryId) withBody(EngagementRequest body) withConversationId(String conversationId) withCustomHeader(String name, String value) withSummaryId(String summaryId)
-
Constructor Details
-
PatchConversationSummaryEngagementsRequest
public PatchConversationSummaryEngagementsRequest()
-
-
Method Details
-
getConversationId
-
setConversationId
-
withConversationId
-
getSummaryId
-
setSummaryId
-
withSummaryId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PatchConversationSummaryEngagementsRequest.Builder builder(String conversationId, String summaryId)
-