public class ProjectsQuery extends Query
Query.CategoryFilter, Query.CustomParameter, Query.ResultFormat
Constructor and Description |
---|
ProjectsQuery(java.net.URL feedUrl)
Constructs a new query object that targets a feed.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel()
Returns the label.
|
java.lang.String |
getOrderby()
Returns the ordering of results.
|
void |
setLabel(java.lang.String label)
Sets the label.
|
void |
setOrderby(java.lang.String orderby)
Sets the ordering of results.
|
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, setUpdatedMin
public ProjectsQuery(java.net.URL feedUrl)
feedUrl
- the URL of the feed against which queries will be executed.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 getOrderby()
null
to indicate that the
parameter is not set.public void setOrderby(java.lang.String orderby)
orderby
- ordering of results or null
to remove this
parameter if set.