@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class UpdateContact extends Object
| Constructor and Description |
|---|
UpdateContact() |
| Modifier and Type | Method and Description |
|---|---|
UpdateContact |
addListIdsItem(Long listIdsItem) |
UpdateContact |
addSmtpBlacklistSenderItem(String smtpBlacklistSenderItem) |
UpdateContact |
addUnlinkListIdsItem(Long unlinkListIdsItem) |
UpdateContact |
attributes(Object attributes) |
UpdateContact |
emailBlacklisted(Boolean emailBlacklisted) |
boolean |
equals(Object o) |
Object |
getAttributes()
Pass the set of attributes to be updated.
|
List<Long> |
getListIds()
Ids of the lists to add the contact to
|
List<String> |
getSmtpBlacklistSender()
transactional email forbidden sender for contact.
|
List<Long> |
getUnlinkListIds()
Ids of the lists to remove the contact from
|
int |
hashCode() |
Boolean |
isEmailBlacklisted()
Set/unset this field to blacklist/allow the contact for emails (emailBlacklisted = true)
|
Boolean |
isSmsBlacklisted()
Set/unset this field to blacklist/allow the contact for SMS (smsBlacklisted = true)
|
UpdateContact |
listIds(List<Long> listIds) |
void |
setAttributes(Object attributes) |
void |
setEmailBlacklisted(Boolean emailBlacklisted) |
void |
setListIds(List<Long> listIds) |
void |
setSmsBlacklisted(Boolean smsBlacklisted) |
void |
setSmtpBlacklistSender(List<String> smtpBlacklistSender) |
void |
setUnlinkListIds(List<Long> unlinkListIds) |
UpdateContact |
smsBlacklisted(Boolean smsBlacklisted) |
UpdateContact |
smtpBlacklistSender(List<String> smtpBlacklistSender) |
String |
toString() |
UpdateContact |
unlinkListIds(List<Long> unlinkListIds) |
public UpdateContact attributes(Object attributes)
public Object getAttributes()
public void setAttributes(Object attributes)
public UpdateContact emailBlacklisted(Boolean emailBlacklisted)
public Boolean isEmailBlacklisted()
public void setEmailBlacklisted(Boolean emailBlacklisted)
public UpdateContact smsBlacklisted(Boolean smsBlacklisted)
public Boolean isSmsBlacklisted()
public void setSmsBlacklisted(Boolean smsBlacklisted)
public UpdateContact listIds(List<Long> listIds)
public UpdateContact addListIdsItem(Long listIdsItem)
public UpdateContact unlinkListIds(List<Long> unlinkListIds)
public UpdateContact addUnlinkListIdsItem(Long unlinkListIdsItem)
public List<Long> getUnlinkListIds()
public UpdateContact smtpBlacklistSender(List<String> smtpBlacklistSender)
public UpdateContact addSmtpBlacklistSenderItem(String smtpBlacklistSenderItem)
public List<String> getSmtpBlacklistSender()
Copyright © 2021. All rights reserved.