|
GData JavaScript Client 1.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.client.Query | +--google.gdata.blogger.BlogPostQuery
Describes a query for the feed of a blog's posts.
Defined in gdata.js
Fields inherited from class google.gdata.client.Query |
feedUri
|
Constructor Summary | |
google.gdata.blogger.BlogPostQuery(<String> feedUri)
Constructor. |
Method Summary | |
Number|Null
|
getMaxResults()
Returns the maximum number of results to be retrieved. |
String|Null
|
getOrderBy()
Returns the order to return entries, such as lastmodified and starttime. |
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
|
setOrderBy(<String|Null> orderBy)
Sets the order to return entries, such as lastmodified and starttime. |
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.BlogPostQuery(<String> feedUri)
feedUri
- URI of feed
Method Detail |
Number|Null getMaxResults()
null
to indicate that the parameter is disabled
String|Null getOrderBy()
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 setOrderBy(<String|Null> orderBy)
orderBy
- Order to return entries, such as lastmodified and starttime 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.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |