public static class CreateCampaignRequest.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CreateCampaignRequest |
build()
Returns the configured request
|
CreateCampaignRequest.Builder |
channelGuids(List<String> channelGuids)
Sets the channel GUIDs of the request.
|
CreateCampaignRequest.Builder |
description(String description)
Sets the description of the request.
|
CreateCampaignRequest.Builder |
groupGuid(String groupGuid)
Sets the group GUID of the request.
|
CreateCampaignRequest.Builder |
name(String name)
Sets the name of the request.
|
public CreateCampaignRequest.Builder name(String name)
name - The name of the requestpublic CreateCampaignRequest.Builder description(String description)
description - The description of the requestpublic CreateCampaignRequest.Builder groupGuid(String groupGuid)
groupGuid - The group GUID of the requestpublic CreateCampaignRequest.Builder channelGuids(List<String> channelGuids)
channelGuids - The channel GUIDs of the requestpublic CreateCampaignRequest build()
Copyright © 2020. All rights reserved.