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