Class PutOutboundCampaignruleRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutOutboundCampaignruleRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String campaignRuleId, CampaignRule body) getBody()voidsetBody(CampaignRule body) voidsetCampaignRuleId(String campaignRuleId) voidsetCustomHeaders(Map<String, String> customHeaders) withBody(CampaignRule body) withCampaignRuleId(String campaignRuleId) withCustomHeader(String name, String value)
-
Constructor Details
-
PutOutboundCampaignruleRequest
public PutOutboundCampaignruleRequest()
-
-
Method Details
-
getCampaignRuleId
-
setCampaignRuleId
-
withCampaignRuleId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PutOutboundCampaignruleRequest.Builder builder(String campaignRuleId, CampaignRule body)
-