| 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.media.MediaEntry<E extends com.google.gdata.data.BaseEntry<E>> | ||||
| ↳ | com.google.gdata.data.sites.BaseContentEntry<E extends com.google.gdata.data.sites.BaseContentEntry<E>> | ||||
Known Direct Subclasses
AttachmentEntry,
BasePageEntry<E extends BasePageEntry<E>>,
CommentEntry,
ContentEntry,
ListItemEntry,
WebAttachmentEntry
|
Known Indirect Subclasses
|
An entry representing a single content item.
|
[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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Declares the set of expected Extension types for an ExtensionPoint within
the target extension profile.
| |||||||||||
Returns the batch identifier.
| |||||||||||
Returns the batch interruption information.
| |||||||||||
Returns the batch operation.
| |||||||||||
Returns the batch response status information.
| |||||||||||
Returns the If present, indicates that an item has been deleted.
| |||||||||||
Returns the link that provides the URI that can be used to post new entries
to the feed.
| |||||||||||
Returns the The authenticated user that uploaded the document if different
than the author.
| |||||||||||
Returns the revision.
| |||||||||||
Returns the revision sites link.
| |||||||||||
Returns whether it has the batch identifier.
| |||||||||||
Returns whether it has the batch interruption information.
| |||||||||||
Returns whether it has the batch operation.
| |||||||||||
Returns whether it has the batch response status information.
| |||||||||||
Returns whether it has the If present, indicates that an item has been
deleted.
| |||||||||||
Returns whether it has the The authenticated user that uploaded the
document if different than the author.
| |||||||||||
Returns whether it has the revision.
| |||||||||||
Sets the batch identifier.
| |||||||||||
Sets the batch interruption information.
| |||||||||||
Sets the batch operation.
| |||||||||||
Sets the batch response status information.
| |||||||||||
Sets the If present, indicates that an item has been deleted.
| |||||||||||
Sets the The authenticated user that uploaded the document if different
than the author.
| |||||||||||
Sets the revision.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Checks the attributes to see if there are any problems.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.media.MediaEntry
| |||||||||||
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
| |||||||||||
From interface
com.google.gdata.data.media.IMediaEntry
| |||||||||||
Default mutable constructor.
Constructs a new instance by doing a shallow copy of data from an existing
BaseEntry instance.
| sourceEntry | Source entry |
|---|
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 batch interruption information.
Returns the batch response status information.
Returns the If present, indicates that an item has been deleted. Deleted entries are not shown by default.
Returns the link that provides the URI that can be used to post new entries to the feed.
null for none.
Returns the The authenticated user that uploaded the document if different than the author.
Returns the revision sites link.
null for none.
Returns whether it has the batch identifier.
Returns whether it has the batch interruption information.
Returns whether it has the batch operation.
Returns whether it has the batch response status information.
Returns whether it has the If present, indicates that an item has been deleted. Deleted entries are not shown by default.
Returns whether it has the The authenticated user that uploaded the document if different than the author.
Returns whether it has the revision.
Sets the batch identifier.
| batchId | Batch identifier or null to reset
|
|---|
Sets the batch interruption information.
| batchInterrupted | Batch interruption information or null
to reset
|
|---|
Sets the batch operation.
| batchOperation | Batch operation or null to reset
|
|---|
Sets the batch response status information.
| batchStatus | Batch response status information or null
to reset
|
|---|
Sets the If present, indicates that an item has been deleted. Deleted entries are not shown by default.
| deleted | If present, indicates that an item has been deleted.
Deleted entries are not shown by default or null to reset
|
|---|
Sets the The authenticated user that uploaded the document if different than the author.
| publisher | The authenticated user that uploaded the document if
different than the author or null to reset
|
|---|
Sets the revision.
| revision | Revision 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.