@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-03-29T15:32:30.861Z") public class RandomListPayload extends Object
| Constructor and Description |
|---|
RandomListPayload() |
| Modifier and Type | Method and Description |
|---|---|
RandomListPayload |
allContacts(Boolean allContacts) |
RandomListPayload |
allowUnsubscribe(Boolean allowUnsubscribe) |
RandomListPayload |
count(Integer count) |
boolean |
equals(Object o) |
RandomListPayload |
excludeBlocked(Boolean excludeBlocked) |
Integer |
getCount()
Number of items.
|
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 |
isExcludeBlocked()
True if you want to exclude contacts that are currently in a blocked status of either unsubscribe, complaint or bounce.
|
RandomListPayload |
listName(String listName) |
RandomListPayload |
rule(String rule) |
void |
setAllContacts(Boolean allContacts) |
void |
setAllowUnsubscribe(Boolean allowUnsubscribe) |
void |
setCount(Integer count) |
void |
setExcludeBlocked(Boolean excludeBlocked) |
void |
setListName(String listName) |
void |
setRule(String rule) |
String |
toString() |
public RandomListPayload listName(String listName)
public String getListName()
public void setListName(String listName)
public RandomListPayload count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public RandomListPayload excludeBlocked(Boolean excludeBlocked)
public Boolean isExcludeBlocked()
public void setExcludeBlocked(Boolean excludeBlocked)
public RandomListPayload allowUnsubscribe(Boolean allowUnsubscribe)
public Boolean isAllowUnsubscribe()
public void setAllowUnsubscribe(Boolean allowUnsubscribe)
public RandomListPayload rule(String rule)
public String getRule()
public void setRule(String rule)
public RandomListPayload allContacts(Boolean allContacts)
public Boolean isAllContacts()
public void setAllContacts(Boolean allContacts)
Copyright © 2019. All rights reserved.