|
|||||||||
| 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.sidewiki.SidewikiEntryQuery
public class SidewikiEntryQuery
Describes a query for the feed of Sidewiki entries.
| Nested Class Summary | |
|---|---|
static class |
SidewikiEntryQuery.SortOrder
Order in which to sort entries. |
| 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 | |
|---|---|
SidewikiEntryQuery(java.net.URL feedUrl)
Constructs a new query object that targets a feed. |
|
| Method Summary | |
|---|---|
SidewikiEntryQuery.SortOrder |
getSortOrder()
Returns the order in which to sort entries. |
void |
setSortOrder(SidewikiEntryQuery.SortOrder sortOrder)
Sets the order in which to sort entries. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SidewikiEntryQuery(java.net.URL feedUrl)
feedUrl - the URL of the feed against which queries will be executed.| Method Detail |
|---|
public SidewikiEntryQuery.SortOrder getSortOrder()
null to indicate
that the parameter is not set.public void setSortOrder(SidewikiEntryQuery.SortOrder sortOrder)
sortOrder - order in which to sort entries or null to
remove this parameter if set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||