@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class CreateContact extends Object
| Constructor and Description |
|---|
CreateContact() |
| Modifier and Type | Method and Description |
|---|---|
CreateContact |
addListIdsItem(Long listIdsItem) |
CreateContact |
addSmtpBlacklistSenderItem(String smtpBlacklistSenderItem) |
CreateContact |
attributes(Object attributes) |
CreateContact |
email(String email) |
CreateContact |
emailBlacklisted(Boolean emailBlacklisted) |
boolean |
equals(Object o) |
Object |
getAttributes()
Pass the set of attributes and their values.
|
String |
getEmail()
Email address of the user.
|
List<Long> |
getListIds()
Ids of the lists to add the contact to
|
List<String> |
getSmtpBlacklistSender()
transactional email forbidden sender for contact.
|
int |
hashCode() |
Boolean |
isEmailBlacklisted()
Set this field to blacklist the contact for emails (emailBlacklisted = true)
|
Boolean |
isSmsBlacklisted()
Set this field to blacklist the contact for SMS (smsBlacklisted = true)
|
Boolean |
isUpdateEnabled()
Facilitate to update the existing contact in the same request (updateEnabled = true)
|
CreateContact |
listIds(List<Long> listIds) |
void |
setAttributes(Object attributes) |
void |
setEmail(String email) |
void |
setEmailBlacklisted(Boolean emailBlacklisted) |
void |
setListIds(List<Long> listIds) |
void |
setSmsBlacklisted(Boolean smsBlacklisted) |
void |
setSmtpBlacklistSender(List<String> smtpBlacklistSender) |
void |
setUpdateEnabled(Boolean updateEnabled) |
CreateContact |
smsBlacklisted(Boolean smsBlacklisted) |
CreateContact |
smtpBlacklistSender(List<String> smtpBlacklistSender) |
String |
toString() |
CreateContact |
updateEnabled(Boolean updateEnabled) |
public CreateContact email(String email)
public String getEmail()
public void setEmail(String email)
public CreateContact attributes(Object attributes)
public Object getAttributes()
public void setAttributes(Object attributes)
public CreateContact emailBlacklisted(Boolean emailBlacklisted)
public Boolean isEmailBlacklisted()
public void setEmailBlacklisted(Boolean emailBlacklisted)
public CreateContact smsBlacklisted(Boolean smsBlacklisted)
public Boolean isSmsBlacklisted()
public void setSmsBlacklisted(Boolean smsBlacklisted)
public CreateContact listIds(List<Long> listIds)
public CreateContact addListIdsItem(Long listIdsItem)
public CreateContact updateEnabled(Boolean updateEnabled)
public Boolean isUpdateEnabled()
public void setUpdateEnabled(Boolean updateEnabled)
public CreateContact smtpBlacklistSender(List<String> smtpBlacklistSender)
public CreateContact addSmtpBlacklistSenderItem(String smtpBlacklistSenderItem)
public List<String> getSmtpBlacklistSender()
Copyright © 2021. All rights reserved.