public class

SiteQuery

extends Query
java.lang.Object
   ↳ com.google.gdata.client.Query
     ↳ com.google.gdata.client.sites.SiteQuery

Class Overview

Describes a query for the feed containing descriptions of a user's sites.

Summary

[Expand]
Inherited Constants
From class com.google.gdata.client.Query
Fields
private String includeAllSites Include all sites that can be viewed.
private Boolean withMappings Handle web address mappings.
[Expand]
Inherited Fields
From class com.google.gdata.client.Query
Public Constructors
SiteQuery(URL feedUrl)
Constructs a new query object that targets a feed.
Public Methods
String getIncludeAllSites()
Returns the include all sites that can be viewed.
Boolean getWithMappings()
Returns the handle web address mappings.
void setIncludeAllSites(String includeAllSites)
Sets the include all sites that can be viewed.
void setWithMappings(Boolean withMappings)
Sets the handle web address mappings.
[Expand]
Inherited Methods
From class com.google.gdata.client.Query
From class java.lang.Object

Fields

private String includeAllSites

Include all sites that can be viewed.

private Boolean withMappings

Handle web address mappings.

Public Constructors

public SiteQuery (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 getIncludeAllSites ()

Returns the include all sites that can be viewed.

Returns
  • include all sites that can be viewed or null to indicate that the parameter is not set.

public Boolean getWithMappings ()

Returns the handle web address mappings.

Returns
  • handle web address mappings or null to indicate that the parameter is not set.

public void setIncludeAllSites (String includeAllSites)

Sets the include all sites that can be viewed.

Parameters
includeAllSites Include all sites that can be viewed or null to remove this parameter if set.

public void setWithMappings (Boolean withMappings)

Sets the handle web address mappings.

Parameters
withMappings Handle web address mappings or null to remove this parameter if set.