Class PutOutboundDigitalrulesetRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutOutboundDigitalrulesetRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String digitalRuleSetId, DigitalRuleSet body) getBody()voidsetBody(DigitalRuleSet body) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetDigitalRuleSetId(String digitalRuleSetId) withBody(DigitalRuleSet body) withCustomHeader(String name, String value) withDigitalRuleSetId(String digitalRuleSetId)
-
Constructor Details
-
PutOutboundDigitalrulesetRequest
public PutOutboundDigitalrulesetRequest()
-
-
Method Details
-
getDigitalRuleSetId
-
setDigitalRuleSetId
-
withDigitalRuleSetId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PutOutboundDigitalrulesetRequest.Builder builder(String digitalRuleSetId, DigitalRuleSet body)
-