| java.lang.Object | ||
| ↳ | com.google.gdata.client.Query | |
| ↳ | com.google.gdata.client.projecthosting.IssuesQuery | |
Describes a query for the project issues feed.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.Query
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| can | Canned query identifier. | ||||||||||
| id | Issue ID. | ||||||||||
| label | Label. | ||||||||||
| owner | Issue owner. | ||||||||||
| status | Issue status. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.Query
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new query object that targets a feed.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the canned query identifier.
| |||||||||||
Returns the issue ID.
| |||||||||||
Returns the label.
| |||||||||||
Returns the issue owner.
| |||||||||||
Returns the issue status.
| |||||||||||
Sets the canned query identifier.
| |||||||||||
Sets the issue ID.
| |||||||||||
Sets the label.
| |||||||||||
Sets the issue owner.
| |||||||||||
Sets the issue status.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.Query
| |||||||||||
From class
java.lang.Object
| |||||||||||
Canned query identifier.
Issue ID.
Label.
Issue owner.
Issue status.
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.
| feedUrl | The URL of the feed against which queries will be executed. |
|---|
Returns the canned query identifier.
null to indicate that the
parameter is not set.
Returns the issue ID.
null to indicate that the parameter is not
set.
Returns the label.
null to indicate that the parameter is not
set.
Returns the issue owner.
null to indicate that the parameter is
not set.
Returns the issue status.
null to indicate that the parameter is
not set.
Sets the canned query identifier.
| can | Canned query identifier or null to remove this
parameter if set.
|
|---|
Sets the issue ID.
| id | Issue ID or null to remove this parameter if set.
|
|---|
Sets the label.
| label | Label or null to remove this parameter if set.
|
|---|
Sets the issue owner.
| owner | Issue owner or null to remove this parameter if
set.
|
|---|
Sets the issue status.
| status | Issue status or null to remove this parameter if
set.
|
|---|