|
GData JavaScript Client 2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.client.Query | +--google.gdata.contacts.ContactQuery
Describes a query for the following feeds:
Field Summary | |
<static> <final> {string} |
ORDERBY_EDITED
Order the returned feed's entries by their <app:edited> values. |
<static> <final> {string} |
ORDERBY_LAST_MODIFIED
Order the returned feed's entries by their <updated> values. |
<static> <final> {string} |
ORDERBY_NONE
None. |
<static> <final> {string} |
SORTORDER_ASCENDING
Ascending. |
<static> <final> {string} |
SORTORDER_DESCENDING
Descending. |
<static> <final> {string} |
SORTORDER_NONE
None. |
Constructor Summary | |
google.gdata.contacts.ContactQuery(<string> feedUri)
Constructor. |
Method Summary | |
String?
|
getGroup()
Returns the group id. |
Number?
|
getMaxResults()
Returns the maximum number of results to be retrieved. |
String?
|
getOrderBy()
Returns the order of entries in a feed. |
Boolean?
|
getShowDeleted()
Returns the should tombstones be returned. |
String?
|
getSortOrder()
Returns the direction of sorting. |
Number?
|
getStartIndex()
Returns the 1-based index of the first result to be retrieved. |
google.gdata.DateTime?
|
getUpdatedMax()
Returns the maximum updated date. |
google.gdata.DateTime?
|
getUpdatedMin()
Returns the minimum updated date. |
void
|
setGroup(<String?> group)
Sets the group id. |
void
|
setMaxResults(<Number|string|null> maxResults)
Sets the maximum number of results to be retrieved. |
void
|
setOrderBy(<String?> orderBy)
Sets the order of entries in a feed. |
void
|
setShowDeleted(<Boolean|string|null> showDeleted)
Sets the should tombstones be returned. |
void
|
setSortOrder(<String?> sortOrder)
Sets the direction of sorting. |
void
|
setStartIndex(<Number|string|null> startIndex)
Sets the 1-based index of the first result to be retrieved. |
void
|
setUpdatedMax(<google.gdata.DateTime|string|null> updatedMax)
Sets the maximum updated date. |
void
|
setUpdatedMin(<google.gdata.DateTime|string|null> updatedMin)
Sets the minimum updated date. |
Methods inherited from class google.gdata.client.Query |
setParamDef, setParam, getPath, getUri, getParam
|
Field Detail |
<static> <final> {string} ORDERBY_EDITED
<static> <final> {string} ORDERBY_LAST_MODIFIED
<static> <final> {string} ORDERBY_NONE
<static> <final> {string} SORTORDER_ASCENDING
<static> <final> {string} SORTORDER_DESCENDING
<static> <final> {string} SORTORDER_NONE
Constructor Detail |
google.gdata.contacts.ContactQuery(<string> feedUri)
feedUri
- URI of feed.
Method Detail |
String? getGroup()
null
to indicate that the parameter is disabled.
Number? getMaxResults()
null
to indicate that the parameter is disabled.
String? getOrderBy()
null
to indicate that the parameter is disabled.
Boolean? getShowDeleted()
null
to indicate that the parameter is disabled.
String? getSortOrder()
null
to indicate that the parameter is disabled.
Number? getStartIndex()
null
to indicate that the parameter is disabled.
google.gdata.DateTime? getUpdatedMax()
null
to indicate that the parameter is disabled.
google.gdata.DateTime? getUpdatedMin()
null
to indicate that the parameter is disabled.
void setGroup(<String?> group)
group
- Group id or null
to disable this parameter.
void setMaxResults(<Number|string|null> maxResults)
maxResults
- Maximum number of results to be retrieved or an equivalent string value or null
to disable this parameter.
void setOrderBy(<String?> orderBy)
orderBy
- Order of entries in a feed or null
to disable this parameter.
void setShowDeleted(<Boolean|string|null> showDeleted)
showDeleted
- Should tombstones be returned or an equivalent string value or null
to disable this parameter.
void setSortOrder(<String?> sortOrder)
sortOrder
- Direction of sorting or null
to disable this parameter.
void setStartIndex(<Number|string|null> startIndex)
startIndex
- 1-based index of the first result to be retrieved or an equivalent string value or null
to disable this parameter.
void setUpdatedMax(<google.gdata.DateTime|string|null> updatedMax)
updatedMax
- Maximum updated date or an equivalent string value or null
to disable this parameter.
void setUpdatedMin(<google.gdata.DateTime|string|null> updatedMin)
updatedMin
- Minimum updated date or an equivalent string value or null
to disable this parameter.
|
GData JavaScript Client 2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |