Class PutOutboundCallanalysisresponsesetRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutOutboundCallanalysisresponsesetRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String callAnalysisSetId, ResponseSet body) getBody()voidsetBody(ResponseSet body) voidsetCallAnalysisSetId(String callAnalysisSetId) voidsetCustomHeaders(Map<String, String> customHeaders) withBody(ResponseSet body) withCallAnalysisSetId(String callAnalysisSetId) withCustomHeader(String name, String value)
-
Constructor Details
-
PutOutboundCallanalysisresponsesetRequest
public PutOutboundCallanalysisresponsesetRequest()
-
-
Method Details
-
getCallAnalysisSetId
-
setCallAnalysisSetId
-
withCallAnalysisSetId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PutOutboundCallanalysisresponsesetRequest.Builder builder(String callAnalysisSetId, ResponseSet body)
-