public class

ActivityQuery

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

Class Overview

Describes a query for the feed containing descriptions of all activity within a site.

Summary

[Expand]
Inherited Constants
From class com.google.gdata.client.Query
Fields
private String kind Content of a the given kind(s).
[Expand]
Inherited Fields
From class com.google.gdata.client.Query
Public Constructors
ActivityQuery(URL feedUrl)
Constructs a new query object that targets a feed.
Public Methods
String getKind()
Returns the content of a the given kind(s).
void setKind(String kind)
Sets the content of a the given kind(s).
[Expand]
Inherited Methods
From class com.google.gdata.client.Query
From class java.lang.Object

Fields

private String kind

Content of a the given kind(s).

Public Constructors

public ActivityQuery (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 getKind ()

Returns the content of a the given kind(s).

Returns
  • content of a the given kind(s) or null to indicate that the parameter is not set.

public void setKind (String kind)

Sets the content of a the given kind(s).

Parameters
kind Content of a the given kind(s) or null to remove this parameter if set.