public class IssuesQuery extends Query
Query.CategoryFilter, Query.CustomParameter, Query.ResultFormat| Constructor and Description |
|---|
IssuesQuery(java.net.URL feedUrl)
Constructs a new query object that targets a feed.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCan()
Returns the canned query identifier.
|
java.lang.Integer |
getId()
Returns the issue ID.
|
java.lang.String |
getLabel()
Returns the label.
|
java.lang.String |
getOwner()
Returns the issue owner.
|
java.lang.String |
getStatus()
Returns the issue status.
|
void |
setCan(java.lang.String can)
Sets the canned query identifier.
|
void |
setId(java.lang.Integer id)
Sets the issue ID.
|
void |
setLabel(java.lang.String label)
Sets the label.
|
void |
setOwner(java.lang.String owner)
Sets the issue owner.
|
void |
setStatus(java.lang.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(java.net.URL feedUrl)
feedUrl - the URL of the feed against which queries will be executed.public java.lang.String getCan()
null to indicate that the
parameter is not set.public void setCan(java.lang.String can)
can - canned query identifier or null to remove this
parameter if set.public java.lang.Integer getId()
null to indicate that the parameter is not
set.public void setId(java.lang.Integer id)
id - issue ID or null to remove this parameter if set.public java.lang.String getLabel()
null to indicate that the parameter is not
set.public void setLabel(java.lang.String label)
label - label or null to remove this parameter if set.public java.lang.String getOwner()
null to indicate that the parameter is
not set.public void setOwner(java.lang.String owner)
owner - issue owner or null to remove this parameter if
set.public java.lang.String getStatus()
null to indicate that the parameter is
not set.public void setStatus(java.lang.String status)
status - issue status or null to remove this parameter if
set.