Java com.google.gwt.gdata.client.analytics DataQuery fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

DataQuerynewInstance(String feedUri)
Constructs a data query.
voidsetDimensions(String dimensions)
Sets the row keys.
voidsetEndDate(String endDate)
Sets the last day for which to retrieve data in form YYYY-MM-DD.
voidsetFilters(String filters)
Sets the dimension value filters.
voidsetIds(String ids)
Sets the Google Analytics profile ID, prefixed by 'ga:'.
voidsetMaxResults(double maxResults)
Sets the maximum number of results to be retrieved.
voidsetMetrics(String metrics)
Sets the comma separated list of numeric value fields.
voidsetSort(String sort)
Sets the comma separated list of sort keys in order of importance.
voidsetStartDate(String startDate)
Sets the first day for which to retrieve data in form YYYY-MM-DD.