public class ContactModRequest extends Object
| Constructor and Description |
|---|
ContactModRequest() |
| Modifier and Type | Method and Description |
|---|---|
ContactModRequest |
addContactListItem(Contact contactListItem) |
ContactModRequest |
contactList(List<Contact> contactList) |
boolean |
equals(Object o) |
List<Contact> |
getContactList() |
int |
hashCode() |
void |
setContactList(List<Contact> contactList) |
String |
toString() |
public ContactModRequest contactList(List<Contact> contactList)
public ContactModRequest addContactListItem(Contact contactListItem)
Copyright © 2020. All rights reserved.