Class PutOutboundAttemptlimitRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutOutboundAttemptlimitRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String attemptLimitsId, AttemptLimits body) getBody()voidsetAttemptLimitsId(String attemptLimitsId) voidsetBody(AttemptLimits body) voidsetCustomHeaders(Map<String, String> customHeaders) withAttemptLimitsId(String attemptLimitsId) withBody(AttemptLimits body) withCustomHeader(String name, String value)
-
Constructor Details
-
PutOutboundAttemptlimitRequest
public PutOutboundAttemptlimitRequest()
-
-
Method Details
-
getAttemptLimitsId
-
setAttemptLimitsId
-
withAttemptLimitsId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PutOutboundAttemptlimitRequest.Builder builder(String attemptLimitsId, AttemptLimits body)
-