public class CreateChannelRequest extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | CreateChannelRequest.BuilderBuilder to make request construction easier. | 
| Constructor and Description | 
|---|
| CreateChannelRequest()Default constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| static CreateChannelRequest.Builder | builder()Returns a builder for the request. | 
| List<CampaignBitlink> | getBitlinks()Returns the bitlinks for the campaign channel. | 
| String | getGroupGuid()Returns the group GUID of the campaign channel. | 
| String | getName()Returns the name of the campaign channel. | 
| void | setBitlinks(List<CampaignBitlink> bitlinks)Sets the bitlinks for the campaign channel. | 
| void | setGroupGuid(String groupGuid)Sets the group GUID of the campaign channel. | 
| void | setName(String name)Sets the name of the campaign channel. | 
| String | toString()Returns a string representation of the object. | 
public String getName()
public void setName(String name)
name - The name of the campaign channelpublic String getGroupGuid()
public void setGroupGuid(String groupGuid)
groupGuid - The group GUID of the campaign channelpublic List<CampaignBitlink> getBitlinks()
public void setBitlinks(List<CampaignBitlink> bitlinks)
bitlinks - The bitlinks for the campaign channelpublic String toString()
public static CreateChannelRequest.Builder builder()
Copyright © 2020. All rights reserved.