public class ContactManager extends Object
| Constructor and Description |
|---|
ContactManager(EzTextingClient ez) |
| Modifier and Type | Method and Description |
|---|---|
Contact |
create(CreateRequest request) |
boolean |
delete(Contact contact) |
Contact |
optOut(Contact contact) |
Contact |
retrieve(String id) |
List<Contact> |
retrieveAll(ContactQuery query) |
Contact |
update(UpdateRequest update) |
public ContactManager(EzTextingClient ez)
public Contact create(CreateRequest request) throws IOException
IOExceptionpublic List<Contact> retrieveAll(ContactQuery query) throws IOException
IOExceptionpublic Contact retrieve(String id) throws IOException
IOExceptionpublic Contact optOut(Contact contact) throws IOException
IOExceptionpublic Contact update(UpdateRequest update) throws IOException
IOExceptionpublic boolean delete(Contact contact) throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.