public class ContactQuery extends Object
Constructor and Description |
---|
ContactQuery() |
Modifier and Type | Method and Description |
---|---|
List<Contact> |
getContacts() |
Boolean |
getHasMore() |
Long |
getOffset() |
String |
getQuery() |
Integer |
getResults() |
void |
setContacts(List<Contact> contacts) |
void |
setHasMore(Boolean hasMore) |
void |
setOffset(Long offset) |
void |
setQuery(String query) |
void |
setResults(Integer results) |
public Boolean getHasMore()
public void setHasMore(Boolean hasMore)
public Long getOffset()
public void setOffset(Long offset)
public Integer getResults()
public void setResults(Integer results)
public String getQuery()
public void setQuery(String query)
Copyright © 2010–2016. All rights reserved.