Class PutOutboundMessagingcampaignRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutOutboundMessagingcampaignRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String messagingCampaignId, MessagingCampaign body) getBody()voidsetBody(MessagingCampaign body) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetMessagingCampaignId(String messagingCampaignId) withBody(MessagingCampaign body) withCustomHeader(String name, String value) withMessagingCampaignId(String messagingCampaignId)
-
Constructor Details
-
PutOutboundMessagingcampaignRequest
public PutOutboundMessagingcampaignRequest()
-
-
Method Details
-
getMessagingCampaignId
-
setMessagingCampaignId
-
withMessagingCampaignId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PutOutboundMessagingcampaignRequest.Builder builder(String messagingCampaignId, MessagingCampaign body)
-