|
|||||||||
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.sites.ActivityQuery
public class ActivityQuery
Describes a query for the feed containing descriptions of all activity within a site.
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 | |
---|---|
ActivityQuery(java.net.URL feedUrl)
Constructs a new query object that targets a feed. |
Method Summary | |
---|---|
java.lang.String |
getKind()
Returns the content of a the given kind(s). |
void |
setKind(java.lang.String kind)
Sets the content of a the given kind(s). |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActivityQuery(java.net.URL feedUrl)
feedUrl
- the URL of the feed against which queries will be executed.Method Detail |
---|
public java.lang.String getKind()
null
to indicate
that the parameter is not set.public void setKind(java.lang.String kind)
kind
- content of a the given kind(s) or null
to remove
this parameter if set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |