| Package | Description |
|---|---|
| com.smsjuice.api.wrapper.domain.model |
| Modifier and Type | Class and Description |
|---|---|
class |
NamedContact |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Contact> |
ContactGroup.getContacts()
Returns the list of contacts contained within the ContactGroup object.
|
| Modifier and Type | Method and Description |
|---|---|
ContactGroup |
ContactGroup.addContact(Contact contact)
Add single contact to the COntactGroup object
|
| Modifier and Type | Method and Description |
|---|---|
ContactGroup |
ContactGroup.addContactList(java.util.ArrayList<Contact> contacts)
Add a list of contacts (with or without names) to the ContactGroup
|