public class

MapQuery

extends Query
java.lang.Object
   ↳ com.google.gdata.client.Query
     ↳ com.google.gdata.client.maps.MapQuery

Class Overview

Describes a query for the feed of user-created maps.

Summary

[Expand]
Inherited Constants
From class com.google.gdata.client.Query
Fields
private String prevId The last feature of the previous page in the feed.
private Boolean showDeleted Should tombstones be returned.
[Expand]
Inherited Fields
From class com.google.gdata.client.Query
Public Constructors
MapQuery(URL feedUrl)
Constructs a new query object that targets a feed.
Public Methods
String getPrevId()
Returns the the last feature of the previous page in the feed.
Boolean getShowDeleted()
Returns the should tombstones be returned.
void setPrevId(String prevId)
Sets the the last feature of the previous page in the feed.
void setShowDeleted(Boolean showDeleted)
Sets the should tombstones be returned.
[Expand]
Inherited Methods
From class com.google.gdata.client.Query
From class java.lang.Object

Fields

private String prevId

The last feature of the previous page in the feed.

private Boolean showDeleted

Should tombstones be returned.

Public Constructors

public MapQuery (URL feedUrl)

Constructs a new query object that targets a feed. The initial state of the query contains no parameters, meaning all entries in the feed would be returned if the query was executed immediately after construction.

Parameters
feedUrl The URL of the feed against which queries will be executed.

Public Methods

public String getPrevId ()

Returns the the last feature of the previous page in the feed.

Returns
  • the last feature of the previous page in the feed or null to indicate that the parameter is not set.

public Boolean getShowDeleted ()

Returns the should tombstones be returned.

Returns
  • should tombstones be returned or null to indicate that the parameter is not set.

public void setPrevId (String prevId)

Sets the the last feature of the previous page in the feed.

Parameters
prevId The last feature of the previous page in the feed or null to remove this parameter if set.

public void setShowDeleted (Boolean showDeleted)

Sets the should tombstones be returned.

Parameters
showDeleted Should tombstones be returned or null to remove this parameter if set.