Class PutOutboundSchedulesCampaignRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutOutboundSchedulesCampaignRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String campaignId, CampaignSchedule body) getBody()voidsetBody(CampaignSchedule body) voidsetCampaignId(String campaignId) voidsetCustomHeaders(Map<String, String> customHeaders) withBody(CampaignSchedule body) withCampaignId(String campaignId) withCustomHeader(String name, String value)
-
Constructor Details
-
PutOutboundSchedulesCampaignRequest
public PutOutboundSchedulesCampaignRequest()
-
-
Method Details
-
getCampaignId
-
setCampaignId
-
withCampaignId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PutOutboundSchedulesCampaignRequest.Builder builder(String campaignId, CampaignSchedule body)
-