|
GData JavaScript Client 1.4 | ||||||||
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
Field Summary | |
<static> <final> String |
ORDERBY_EDITED
Order the returned feed's entries by their <app:edited> values. |
<static> <final> String |
ORDERBY_PUBLISHED
Order the returned feed's entries by their <published> values. |
<static> <final> String |
ORDERBY_UPDATED
Order the returned feed's entries by their <updated> values. |
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 of entries in a feed. |
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 of entries in a feed. |
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
|
Field Detail |
<static> <final> String ORDERBY_EDITED
<static> <final> String ORDERBY_PUBLISHED
<static> <final> String ORDERBY_UPDATED
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 of entries in a feed 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.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |