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