@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-03-29T15:32:30.861Z") public class ListPayload extends Object
| Constructor and Description |
|---|
ListPayload() |
| Modifier and Type | Method and Description |
|---|---|
ListPayload |
addEmailsItem(String emailsItem) |
ListPayload |
allContacts(Boolean allContacts) |
ListPayload |
allowUnsubscribe(Boolean allowUnsubscribe) |
ListPayload |
createEmptyList(Boolean createEmptyList) |
ListPayload |
emails(List<String> emails) |
boolean |
equals(Object o) |
List<String> |
getEmails()
Comma delimited list of contact emails
|
String |
getListName()
Name of your list.
|
String |
getRule()
Query used for filtering.
|
int |
hashCode() |
Boolean |
isAllContacts()
True: Include every Contact in your Account.
|
Boolean |
isAllowUnsubscribe()
True: Allow unsubscribing from this list.
|
Boolean |
isCreateEmptyList()
True to create an empty list, otherwise false.
|
ListPayload |
listName(String listName) |
ListPayload |
rule(String rule) |
void |
setAllContacts(Boolean allContacts) |
void |
setAllowUnsubscribe(Boolean allowUnsubscribe) |
void |
setCreateEmptyList(Boolean createEmptyList) |
void |
setEmails(List<String> emails) |
void |
setListName(String listName) |
void |
setRule(String rule) |
String |
toString() |
public ListPayload listName(String listName)
public String getListName()
public void setListName(String listName)
public ListPayload createEmptyList(Boolean createEmptyList)
public Boolean isCreateEmptyList()
public void setCreateEmptyList(Boolean createEmptyList)
public ListPayload allowUnsubscribe(Boolean allowUnsubscribe)
public Boolean isAllowUnsubscribe()
public void setAllowUnsubscribe(Boolean allowUnsubscribe)
public ListPayload emails(List<String> emails)
public ListPayload addEmailsItem(String emailsItem)
public ListPayload allContacts(Boolean allContacts)
public Boolean isAllContacts()
public void setAllContacts(Boolean allContacts)
public ListPayload rule(String rule)
public String getRule()
public void setRule(String rule)
Copyright © 2019. All rights reserved.