| Package | Description |
|---|---|
| com.clicksend.controllers | |
| com.clicksend.models |
| Modifier and Type | Method and Description |
|---|---|
String |
ContactController.createContact(Contact contact,
int listId)
Create new contact
|
void |
ContactController.createContactAsync(Contact contact,
int listId,
APICallBack<String> callBack)
Create new contact
|
String |
ContactController.updateContact(int listId,
int contactId,
Contact contact)
Update contact
|
void |
ContactController.updateContactAsync(int listId,
int contactId,
Contact contact,
APICallBack<String> callBack)
Update contact
|
| Modifier and Type | Method and Description |
|---|---|
Contact |
ContactBuilder.build()
Build the instance with the given values
|
Copyright © 2017. All rights reserved.