public class

ProjectsQuery

extends Query
java.lang.Object
   ↳ com.google.gdata.client.Query
     ↳ com.google.gdata.client.projecthosting.ProjectsQuery

Class Overview

Describes a query for the project listing feed.

Summary

[Expand]
Inherited Constants
From class com.google.gdata.client.Query
Fields
private String label Label.
private String orderby Ordering of results.
[Expand]
Inherited Fields
From class com.google.gdata.client.Query
Public Constructors
ProjectsQuery(URL feedUrl)
Constructs a new query object that targets a feed.
Public Methods
String getLabel()
Returns the label.
String getOrderby()
Returns the ordering of results.
void setLabel(String label)
Sets the label.
void setOrderby(String orderby)
Sets the ordering of results.
[Expand]
Inherited Methods
From class com.google.gdata.client.Query
From class java.lang.Object

Fields

private String label

Label.

private String orderby

Ordering of results.

Public Constructors

public ProjectsQuery (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 getLabel ()

Returns the label.

Returns
  • label or null to indicate that the parameter is not set.

public String getOrderby ()

Returns the ordering of results.

Returns
  • ordering of results or null to indicate that the parameter is not set.

public void setLabel (String label)

Sets the label.

Parameters
label Label or null to remove this parameter if set.

public void setOrderby (String orderby)

Sets the ordering of results.

Parameters
orderby Ordering of results or null to remove this parameter if set.