@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class RemoveContactFromList extends Object
| Constructor and Description |
|---|
RemoveContactFromList() |
| Modifier and Type | Method and Description |
|---|---|
RemoveContactFromList |
addEmailsItem(String emailsItem) |
RemoveContactFromList |
addIdsItem(Long idsItem) |
RemoveContactFromList |
all(Boolean all) |
RemoveContactFromList |
emails(List<String> emails) |
boolean |
equals(Object o) |
List<String> |
getEmails()
Required if 'all' is false.
|
List<Long> |
getIds()
Mandatory if Emails are not passed, ignored otherwise.
|
int |
hashCode() |
RemoveContactFromList |
ids(List<Long> ids) |
Boolean |
isAll()
Required if none of 'emails' or 'ids' are passed.
|
void |
setAll(Boolean all) |
void |
setEmails(List<String> emails) |
void |
setIds(List<Long> ids) |
String |
toString() |
public RemoveContactFromList emails(List<String> emails)
public RemoveContactFromList addEmailsItem(String emailsItem)
public List<String> getEmails()
public RemoveContactFromList ids(List<Long> ids)
public RemoveContactFromList addIdsItem(Long idsItem)
public List<Long> getIds()
public RemoveContactFromList all(Boolean all)
public Boolean isAll()
public void setAll(Boolean all)
Copyright © 2021. All rights reserved.