public class IssuesQuery extends Query
Query.CategoryFilter, Query.CustomParameter, Query.ResultFormat| Constructor and Description |
|---|
IssuesQuery(URL feedUrl)
Constructs a new query object that targets a feed.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCan()
Returns the canned query identifier.
|
Integer |
getId()
Returns the issue ID.
|
String |
getLabel()
Returns the label.
|
String |
getOwner()
Returns the issue owner.
|
String |
getStatus()
Returns the issue status.
|
void |
setCan(String can)
Sets the canned query identifier.
|
void |
setId(Integer id)
Sets the issue ID.
|
void |
setLabel(String label)
Sets the label.
|
void |
setOwner(String owner)
Sets the issue owner.
|
void |
setStatus(String status)
Sets the issue status.
|
addCategoryFilter, addCustomParameter, appendQueryParameter, getAuthor, getCategoryFilters, getCustomParameters, getCustomParameters, getFeedUrl, getFields, getFullTextQuery, getIntegerCustomParameter, getMaxResults, getPublishedMax, getPublishedMin, getQueryUri, getResultFormat, getStartIndex, getStringCustomParameter, getUpdatedMax, getUpdatedMin, getUrl, isStrict, isValidState, setAuthor, setFields, setFullTextQuery, setIntegerCustomParameter, setMaxResults, setPublishedMax, setPublishedMin, setResultFormat, setStartIndex, setStrict, setStringCustomParameter, setUpdatedMax, setUpdatedMinpublic IssuesQuery(URL feedUrl)
feedUrl - the URL of the feed against which queries will be executed.public String getCan()
null to indicate that the
parameter is not set.public void setCan(String can)
can - canned query identifier or null to remove this
parameter if set.public Integer getId()
null to indicate that the parameter is not
set.public void setId(Integer id)
id - issue ID or null to remove this parameter if set.public String getLabel()
null to indicate that the parameter is not
set.public void setLabel(String label)
label - label or null to remove this parameter if set.public String getOwner()
null to indicate that the parameter is
not set.public void setOwner(String owner)
owner - issue owner or null to remove this parameter if
set.public String getStatus()
null to indicate that the parameter is
not set.public void setStatus(String status)
status - issue status or null to remove this parameter if
set.Copyright © 2012. All Rights Reserved.