Class google.gdata.analytics.AccountQuery
Object
|
+--google.gdata.client.Query
|
+--google.gdata.analytics.AccountQuery
- class
google.gdata.analytics.AccountQuery
- extends google.gdata.client.Query
Describes a query for the feed of accounts and profiles to which a
given user has access.
Defined in gdata.js
Method Summary |
Number?
|
getMaxResults()
Returns the maximum number of results to be retrieved.
|
Boolean?
|
getPrettyprint()
Returns the whether to indent the elements.
|
Number?
|
getStartIndex()
Returns the 1-based index of the first result to be retrieved.
|
void
|
setMaxResults(<Number|string|null> maxResults)
Sets the maximum number of results to be retrieved.
|
void
|
setPrettyprint(<Boolean|string|null> prettyprint)
Sets the whether to indent the elements.
|
void
|
setStartIndex(<Number|string|null> startIndex)
Sets the 1-based index of the first result to be retrieved.
|
google.gdata.analytics.AccountQuery
google.gdata.analytics.AccountQuery(<string> feedUri)
getMaxResults
Number? getMaxResults()
Returns the maximum number of results to be retrieved.
Returns:
Maximum number of results to be retrieved or null
to indicate that the parameter is disabled.
getPrettyprint
Boolean? getPrettyprint()
Returns the whether to indent the elements.
Returns:
Whether to indent the elements or null
to indicate that the parameter is disabled.
getStartIndex
Number? getStartIndex()
Returns the 1-based index of the first result to be retrieved.
Returns:
1-based index of the first result to be retrieved or null
to indicate that the parameter is disabled.
setMaxResults
void setMaxResults(<Number|string|null> maxResults)
Sets the maximum number of results to be retrieved.
Parameters:
maxResults
- Maximum number of results to be retrieved or an equivalent string value or null
to disable this parameter.
setPrettyprint
void setPrettyprint(<Boolean|string|null> prettyprint)
Sets the whether to indent the elements. The default value is false.
Parameters:
prettyprint
- Whether to indent the elements or an equivalent string value or null
to disable this parameter.
setStartIndex
void setStartIndex(<Number|string|null> startIndex)
Sets the 1-based index of the first result to be retrieved. The default
value is 1.
Parameters:
startIndex
- 1-based index of the first result to be retrieved or an equivalent string value or null
to disable this parameter.
Documentation generated by
JSDoc on Mon Nov 9 14:24:07 2009