public class ListContactsResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.List<Contact> |
contacts |
int |
total |
| Constructor and Description |
|---|
ListContactsResult() |
public java.util.List<Contact> contacts
public int total