|
|||||||||
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.maps.MapQuery
public class MapQuery
Describes a query for the feed of user-created maps.
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 | |
---|---|
MapQuery(java.net.URL feedUrl)
Constructs a new query object that targets a feed. |
Method Summary | |
---|---|
java.lang.String |
getPrevId()
Returns the the last feature of the previous page in the feed. |
java.lang.Boolean |
getShowDeleted()
Returns the should tombstones be returned. |
void |
setPrevId(java.lang.String prevId)
Sets the the last feature of the previous page in the feed. |
void |
setShowDeleted(java.lang.Boolean showDeleted)
Sets the should tombstones be returned. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapQuery(java.net.URL feedUrl)
feedUrl
- the URL of the feed against which queries will be executed.Method Detail |
---|
public java.lang.String getPrevId()
null
to indicate that the parameter is not set.public void setPrevId(java.lang.String prevId)
prevId
- the last feature of the previous page in the feed or
null
to remove this parameter if set.public java.lang.Boolean getShowDeleted()
null
to indicate that
the parameter is not set.public void setShowDeleted(java.lang.Boolean showDeleted)
showDeleted
- should tombstones be returned or null
to
remove this parameter if set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |