|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gdata.client.Query
com.google.gdata.client.blogger.BlogPostQuery
public class BlogPostQuery
Describes a query for the feed of a blog's posts.
| Nested Class Summary | |
|---|---|
static class |
BlogPostQuery.OrderBy
Order of entries in a feed. |
| Nested classes/interfaces inherited from class com.google.gdata.client.Query |
|---|
Query.CategoryFilter, Query.CustomParameter, Query.ResultFormat |
| Field Summary |
|---|
| Fields inherited from class com.google.gdata.client.Query |
|---|
UNDEFINED |
| Constructor Summary | |
|---|---|
BlogPostQuery(java.net.URL feedUrl)
Constructs a new query object that targets a feed. |
|
| Method Summary | |
|---|---|
BlogPostQuery.OrderBy |
getOrderBy()
Returns the order of entries in a feed. |
void |
setOrderBy(BlogPostQuery.OrderBy orderBy)
Sets the order of entries in a feed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BlogPostQuery(java.net.URL feedUrl)
feedUrl - the URL of the feed against which queries will be executed.| Method Detail |
|---|
public BlogPostQuery.OrderBy getOrderBy()
public void setOrderBy(BlogPostQuery.OrderBy orderBy)
orderBy - order of entries in a feed or null to reset
this parameter to default value BlogPostQuery.OrderBy.PUBLISHED.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||