|
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.sidewiki.SidewikiEntryQuery
Describes a query for the feed of Sidewiki entries.
Defined in gdata.js
Field Summary | |
<static> <final> {string} |
SORTORDER_PUBLISHED
Orders by entry creation date. |
<static> <final> {string} |
SORTORDER_QUALITY
Orders by entry quality. |
<static> <final> {string} |
SORTORDER_UPDATED
Orders by entry last modification date. |
Constructor Summary | |
google.gdata.sidewiki.SidewikiEntryQuery(<string> feedUri)
Constructor. |
Method Summary | |
String?
|
getFullTextQuery()
Returns the full-text query string. |
Boolean?
|
getIncludeLessUseful()
Returns the flag indicating whether to show less useful entries. |
String?
|
getLanguageRestrict()
Returns the list of languages that restricts entries appearing in query result to only written in languages from the list. |
Number?
|
getMaxResults()
Returns the maximum number of results to be retrieved. |
String?
|
getSortOrder()
Returns the order in which to sort entries. |
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
|
setFullTextQuery(<String?> fullTextQuery)
Sets the full-text query string. |
void
|
setIncludeLessUseful(<Boolean|string|null> includeLessUseful)
Sets the flag indicating whether to show less useful entries. |
void
|
setLanguageRestrict(<String?> languageRestrict)
Sets the list of languages that restricts entries appearing in query result to only written in languages from the list. |
void
|
setMaxResults(<Number|string|null> maxResults)
Sets the maximum number of results to be retrieved. |
void
|
setSortOrder(<String?> sortOrder)
Sets the order in which to sort entries. |
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} SORTORDER_PUBLISHED
<static> <final> {string} SORTORDER_QUALITY
<static> <final> {string} SORTORDER_UPDATED
Constructor Detail |
google.gdata.sidewiki.SidewikiEntryQuery(<string> feedUri)
feedUri
- URI of feed.
Method Detail |
String? getFullTextQuery()
null
to indicate that the parameter is disabled.
Boolean? getIncludeLessUseful()
null
to indicate that the parameter is disabled.
String? getLanguageRestrict()
null
to indicate that the parameter is disabled.
Number? getMaxResults()
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 setFullTextQuery(<String?> fullTextQuery)
fullTextQuery
- Full-text query string or null
to disable this parameter.
void setIncludeLessUseful(<Boolean|string|null> includeLessUseful)
includeLessUseful
- Flag indicating whether to show less useful entries or an equivalent string value or null
to disable this parameter.
void setLanguageRestrict(<String?> languageRestrict)
languageRestrict
- List of languages that restricts entries appearing in query result to only written in languages from the list 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 setSortOrder(<String?> sortOrder)
sortOrder
- Order in which to sort entries 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 |