| com.google.gdata.data.IEntry |
Known Indirect Subclasses
AbPageVariationEntry,
AccountEntry,
AclEntry,
ActivityEntry,
AlbumEntry,
AnnouncementEntry,
AnnouncementsPageEntry,
ArchiveEntry,
AttachmentEntry,
AttendeeEntry,
AudioEntry,
BaseActivityEntry<E extends BaseActivityEntry<E>>,
BaseContentEntry<E extends BaseContentEntry<E>>,
BaseDocumentListEntry<E>,
BaseEntry<E extends BaseEntry>,
and
106 others.
|
Shared interface for model and data BaseEntry to implement.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns
true if the entry can be modified by a client. | |||||||||||
Gets the content of this entry.
| |||||||||||
Gets the edit link, which is the link to PUT an updated version of the
entry to.
| |||||||||||
Get a
DateTime instance representing the last time this entry was
edited. | |||||||||||
Gets the media-edit link, which is the link to PUT an updated version of
the media content to.
| |||||||||||
Get a
DateTime instance representing the time that this entry was
created. | |||||||||||
Gets the resumable-edit-media link, which is the link to PUT an updated
version of the media content to using Resumable Upload IO.
| |||||||||||
Returns the set of selected fields for the entry if the entry contains a
partial representation or
null if it is a full representation. | |||||||||||
Returns the atom:summary element of this entry.
| |||||||||||
Sets whether the server allows this entry to be modified by the client.
| |||||||||||
Set the last time this entry was edited using the app:edited element.
| |||||||||||
Sets the date of publishing for this entry.
| |||||||||||
Sets the current fields selection for this partial entry.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.google.gdata.data.IAtom
| |||||||||||
Returns true if the entry can be modified by a client.
Gets the content of this entry. Represents the atom:content element.
Gets the edit link, which is the link to PUT an updated version of the entry to. Will return null if no edit link is available.
Get a DateTime instance representing the last time this entry was
edited. Represents the app:edited element.
Gets the media-edit link, which is the link to PUT an updated version of the media content to. Will return null if the media-edit link does not exist.
Get a DateTime instance representing the time that this entry was
created. Represents the atom:published element.
Gets the resumable-edit-media link, which is the link to PUT an updated version of the media content to using Resumable Upload IO. Will return null if the media-edit link does not exist.
Returns the set of selected fields for the entry if the entry contains a
partial representation or null if it is a full representation.
Sets whether the server allows this entry to be modified by the client.
| canEdit |
|---|
Set the last time this entry was edited using the app:edited element.
| edited |
|---|
Sets the date of publishing for this entry. Used on the server to specify when the entry was created.
| published |
|---|
Sets the current fields selection for this partial entry. A
value of null indicates the entry is not a partial entry.
| fields |
|---|