Class PatchOutboundSettingsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchOutboundSettingsRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(OutboundSettings body) getBody()voidsetBody(OutboundSettings body) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetUseMaxCallsPerAgentDecimal(Boolean useMaxCallsPerAgentDecimal) withBody(OutboundSettings body) withCustomHeader(String name, String value) withUseMaxCallsPerAgentDecimal(Boolean useMaxCallsPerAgentDecimal)
-
Constructor Details
-
PatchOutboundSettingsRequest
public PatchOutboundSettingsRequest()
-
-
Method Details
-
getBody
-
setBody
-
withBody
-
getUseMaxCallsPerAgentDecimal
-
setUseMaxCallsPerAgentDecimal
-
withUseMaxCallsPerAgentDecimal
public PatchOutboundSettingsRequest withUseMaxCallsPerAgentDecimal(Boolean useMaxCallsPerAgentDecimal) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
-