| java.lang.Object | ||||
| ↳ | com.google.gdata.data.AbstractExtension | |||
| ↳ | com.google.gdata.data.ExtensionPoint | |||
| ↳ | com.google.gdata.data.BaseEntry<E extends com.google.gdata.data.BaseEntry> | |||
| ↳ | com.google.gdata.data.books.VolumeEntry | |||
Describes an entry in a feed of Book Search volumes.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | KIND | Volume kind term value. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CATEGORY | Volume kind category. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.BaseEntry
| |||||||||||
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default mutable constructor.
| |||||||||||
Constructs a new instance by doing a shallow copy of data from an existing
BaseEntry instance. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds a new creator.
| |||||||||||
Adds a new date.
| |||||||||||
Adds a new description.
| |||||||||||
Adds a new format.
| |||||||||||
Adds a new identifier.
| |||||||||||
Adds a new language.
| |||||||||||
Adds a new publisher.
| |||||||||||
Adds a new subject.
| |||||||||||
Adds a new title.
| |||||||||||
Declares the set of expected Extension types for an ExtensionPoint within
the target extension profile.
| |||||||||||
Returns the annotation link to submit review, rating, labels.
| |||||||||||
Returns the link that provides the URI of an alternate format of the
entry's or feed's contents.
| |||||||||||
Returns the Comments class.
| |||||||||||
Returns the creators.
| |||||||||||
Returns the dates.
| |||||||||||
Returns the descriptions.
| |||||||||||
Returns the embeddability.
| |||||||||||
Returns the epub download link.
| |||||||||||
Returns the formats.
| |||||||||||
Returns the identifiers.
| |||||||||||
Returns the link to a description page.
| |||||||||||
Returns the languages.
| |||||||||||
Returns the open access.
| |||||||||||
Returns the link to a preview page.
| |||||||||||
Returns the publishers.
| |||||||||||
Returns the rating.
| |||||||||||
Returns the review.
| |||||||||||
Returns the subjects.
| |||||||||||
Returns the link that provides the URI of a thumbnail image.
| |||||||||||
Returns the titles.
| |||||||||||
Returns the viewability.
| |||||||||||
Returns whether it has the Comments class.
| |||||||||||
Returns whether it has the creators.
| |||||||||||
Returns whether it has the dates.
| |||||||||||
Returns whether it has the descriptions.
| |||||||||||
Returns whether it has the embeddability.
| |||||||||||
Returns whether it has the formats.
| |||||||||||
Returns whether it has the identifiers.
| |||||||||||
Returns whether it has the languages.
| |||||||||||
Returns whether it has the open access.
| |||||||||||
Returns whether it has the publishers.
| |||||||||||
Returns whether it has the rating.
| |||||||||||
Returns whether it has the review.
| |||||||||||
Returns whether it has the subjects.
| |||||||||||
Returns whether it has the titles.
| |||||||||||
Returns whether it has the viewability.
| |||||||||||
Sets the Comments class.
| |||||||||||
Sets the embeddability.
| |||||||||||
Sets the open access.
| |||||||||||
Sets the rating.
| |||||||||||
Sets the review.
| |||||||||||
Sets the viewability.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Checks the attributes to see if there are any problems.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.BaseEntry
| |||||||||||
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
From interface
com.google.gdata.data.IAtom
| |||||||||||
From interface
com.google.gdata.data.IEntry
| |||||||||||
From interface
com.google.gdata.data.Kind.Adaptable
| |||||||||||
From interface
com.google.gdata.data.Kind.Adaptor
| |||||||||||
Volume kind term value.
Default mutable constructor.
Constructs a new instance by doing a shallow copy of data from an existing
BaseEntry instance.
| sourceEntry | Source entry |
|---|
Adds a new description.
| description | Description |
|---|
Adds a new identifier.
| identifier | Identifier |
|---|
Declares the set of expected Extension types for an ExtensionPoint within the target extension profile. The base implementation does not declare any extensions, but can be overridden by specific types of ExtensionPoints that always contain a well-defined set of extensions.
| extProfile | The ExtensionProfile to initialize. |
|---|
Returns the annotation link to submit review, rating, labels.
null
for none.
Returns the link that provides the URI of an alternate format of the entry's or feed's contents.
null for none.
Returns the epub download link.
null for none.
Returns the link to a description page.
null for none.
Returns the link to a preview page.
null for none.
Returns the link that provides the URI of a thumbnail image.
null for
none.
Returns whether it has the Comments class.
Returns whether it has the creators.
Returns whether it has the dates.
Returns whether it has the descriptions.
Returns whether it has the embeddability.
Returns whether it has the formats.
Returns whether it has the identifiers.
Returns whether it has the languages.
Returns whether it has the open access.
Returns whether it has the publishers.
Returns whether it has the rating.
Returns whether it has the review.
Returns whether it has the subjects.
Returns whether it has the titles.
Returns whether it has the viewability.
Sets the Comments class.
| comments | Comments class or null to reset
|
|---|
Sets the embeddability.
| embeddability | Embeddability or null to reset
|
|---|
Sets the open access.
| openAccess | Open access or null to reset
|
|---|
Sets the viewability.
| viewability | Viewability or null to reset
|
|---|
Checks the attributes to see if there are any problems. Default implementation does nothing, though generally this is discouraged unless there really are no restrictions.