public class VolumeQuery extends Query
Modifier and Type | Class and Description |
---|---|
static class |
VolumeQuery.MinViewability
Min-viewability.
|
Query.CategoryFilter, Query.CustomParameter, Query.ResultFormat
Constructor and Description |
---|
VolumeQuery(java.net.URL feedUrl)
Constructs a new query object that targets a feed.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEbook()
Returns the ebook.
|
VolumeQuery.MinViewability |
getMinViewability()
Returns the min-viewability.
|
void |
setEbook(java.lang.String ebook)
Sets the ebook.
|
void |
setMinViewability(VolumeQuery.MinViewability minViewability)
Sets the min-viewability.
|
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 VolumeQuery(java.net.URL feedUrl)
feedUrl
- the URL of the feed against which queries will be executed.public java.lang.String getEbook()
null
to indicate that the parameter is not
set.public void setEbook(java.lang.String ebook)
ebook
- ebook or null
to remove this parameter if set.public VolumeQuery.MinViewability getMinViewability()
public void setMinViewability(VolumeQuery.MinViewability minViewability)
minViewability
- min-viewability or null
to reset this
parameter to default value VolumeQuery.MinViewability.NONE
.