Java com.google.gwt.gdata.client.contacts ContactQuery fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.gdata.client.contacts ContactQuery fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.gdata.client.contacts ContactQuery.

The text is from its open source code.

Field

StringSORTORDER_DESCENDING
Descending.

Method

ContactQuerynewInstance(String feedUri)
Constructs a Contact query.
voidsetMaxResults(double maxResults)
Sets the maximum number of results to be retrieved.
voidsetSortOrder(String sortOrder)
Sets the direction of sorting.
voidsetStringParam(String name, String value)
Sets a parameter of the query.
voidsetUpdatedMin(DateTime updatedMin)
Sets the minimum updated date.