|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.client.Query
com.google.gdata.client.books.VolumeQuery
public class VolumeQuery
Describes a query for the feed of information about one volume.
Nested Class Summary | |
---|---|
static class |
VolumeQuery.MinViewability
Min-viewability. |
Nested classes/interfaces inherited from class com.google.gdata.client.Query |
---|
Query.CategoryFilter, Query.CustomParameter, Query.ResultFormat |
Field Summary |
---|
Fields inherited from class com.google.gdata.client.Query |
---|
UNDEFINED |
Constructor Summary | |
---|---|
VolumeQuery(java.net.URL feedUrl)
Constructs a new query object that targets a feed. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VolumeQuery(java.net.URL feedUrl)
feedUrl
- the URL of the feed against which queries will be executed.Method Detail |
---|
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
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |