|
|||||||||
| 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.projecthosting.ProjectsQuery
public class ProjectsQuery
Describes a query for the project listing feed.
| Nested Class Summary |
|---|
| 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 | |
|---|---|
ProjectsQuery(java.net.URL feedUrl)
Constructs a new query object that targets a feed. |
|
| Method Summary | |
|---|---|
java.lang.String |
getLabel()
Returns the label. |
java.lang.String |
getOrderby()
Returns the ordering of results. |
void |
setLabel(java.lang.String label)
Sets the label. |
void |
setOrderby(java.lang.String orderby)
Sets the ordering of results. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProjectsQuery(java.net.URL feedUrl)
feedUrl - the URL of the feed against which queries will be executed.| Method Detail |
|---|
public java.lang.String getLabel()
null to indicate that the parameter is not
set.public void setLabel(java.lang.String label)
label - label or null to remove this parameter if set.public java.lang.String getOrderby()
null to indicate that the
parameter is not set.public void setOrderby(java.lang.String orderby)
orderby - ordering of results or null to remove this
parameter if set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||