|
GData JavaScript Client 1.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--google.gdata.client.Query
|
+--google.gdata.blogger.PostCommentQuery
Describes a query for the feed of a blog post's comments.
Defined in gdata.js
| Fields inherited from class google.gdata.client.Query |
feedUri
|
| Constructor Summary | |
google.gdata.blogger.PostCommentQuery(<String> feedUri)
Constructor. |
|
| Method Summary | |
Number|null
|
getMaxResults()
Returns the maximum number of results to be retrieved. |
google.gdata.DateTime|null
|
getPublishedMax()
Returns the maximum published date. |
google.gdata.DateTime|null
|
getPublishedMin()
Returns the minimum published date. |
Number|null
|
getStartIndex()
Returns the 1-based index of the first result to be retrieved. |
google.gdata.DateTime|null
|
getUpdatedMax()
Returns the maximum updated date. |
google.gdata.DateTime|null
|
getUpdatedMin()
Returns the minimum updated date. |
void
|
setMaxResults(<Number|String|null> maxResults)
Sets the maximum number of results to be retrieved. |
void
|
setPublishedMax(<google.gdata.DateTime|String|null> publishedMax)
Sets the maximum published date. |
void
|
setPublishedMin(<google.gdata.DateTime|String|null> publishedMin)
Sets the minimum published date. |
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
|
| Constructor Detail |
google.gdata.blogger.PostCommentQuery(<String> feedUri)
feedUri - URI of feed
| Method Detail |
Number|null getMaxResults()
null to indicate that the parameter is disabled
google.gdata.DateTime|null getPublishedMax()
null to indicate that the parameter is disabled
google.gdata.DateTime|null getPublishedMin()
null to indicate that the parameter is disabled
Number|null getStartIndex()
null to indicate that the parameter is disabled
google.gdata.DateTime|null getUpdatedMax()
null to indicate that the parameter is disabled
google.gdata.DateTime|null getUpdatedMin()
null to indicate that the parameter is disabled
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 setPublishedMax(<google.gdata.DateTime|String|null> publishedMax)
publishedMax - Maximum published date or an equivalent string value or null to disable this parameter
void setPublishedMin(<google.gdata.DateTime|String|null> publishedMin)
publishedMin - Minimum published date or an equivalent string value 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 1.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||