| Package | Description |
|---|---|
| com.google.gdata.model.atom | |
| com.google.gdata.model.gd |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<Void,Entry> |
Entry.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends Entry> |
Feed.createEntry(ElementKey<?,E> entryKey)
Creates a new entry for the feed.
|
<T extends Entry> |
Feed.getEntries(Class<T> returnClass)
Gets a list of entries of a particular kind.
|
protected <T extends Entry> |
Feed.getEntries(ElementKey<?,T> key)
Returns a list of entries matching the given entry key.
|
<T extends Entry> |
Feed.insert(T newEntry)
Inserts a new Entry into the feed, if the feed is currently associated with
a Service.
|
| Modifier and Type | Method and Description |
|---|---|
Entry |
Feed.createEntry()
Creates a new entry for the feed.
|
Entry |
Entry.getSelf()
Retrieves the current version of this Entry by requesting it from the
associated GData service.
|
Entry |
Entry.setControl(Control value)
Sets the app:control tag, which usually contains app:draft.
|
Entry |
Entry.update()
Updates this entry by sending the current representation to the associated
GData service.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Entry> |
Feed.getEntries()
Returns the list of entries in this feed
|
| Modifier and Type | Method and Description |
|---|---|
void |
Feed.addEntry(Entry entry)
Adds an entry to this feed.
|
boolean |
Feed.removeEntry(Entry entry)
Removes a single entry from this feed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Feed.setEntries(Collection<? extends Entry> entries)
Sets the entries in this feed to the given entries.
|
| Constructor and Description |
|---|
Entry(ElementKey<?,? extends Entry> key,
Entry source)
Copy constructor that initializes a new Entry instance to have identical
contents to another instance, using a shared reference to the same
Entry.EntryState. |
| Constructor and Description |
|---|
Entry(ElementKey<?,? extends Entry> key)
Constructs a new Entry instance, using the given key.
|
Entry(ElementKey<?,? extends Entry> key,
Entry source)
Copy constructor that initializes a new Entry instance to have identical
contents to another instance, using a shared reference to the same
Entry.EntryState. |
| Modifier and Type | Class and Description |
|---|---|
class |
EventEntry
Describes an event entry.
|
class |
MessageEntry
Extension class for manipulating entries of the Message kind.
|
class |
RecurrenceExceptionEntry
Describes an entry used by a recurrence exception entry link.
|
| Modifier and Type | Method and Description |
|---|---|
Entry |
EntryLink.getEntry()
Returns the nested entry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntryLink.setEntry(Entry entry)
Sets the nested entry.
|
| Constructor and Description |
|---|
EventEntry(ElementKey<?,? extends EventEntry> key,
Entry source)
Constructs a new instance by doing a shallow copy of data from an existing
Entry instance. |
EventEntry(Entry sourceEntry)
Constructs a new instance by doing a shallow copy of data from an existing
Entry instance. |
MessageEntry(ElementKey<?,? extends MessageEntry> key,
Entry source)
Constructs a new instance by doing a shallow copy of data from an existing
Entry instance. |
MessageEntry(Entry sourceEntry)
Constructs a new instance by doing a shallow copy of data from an existing
Entry instance. |
RecurrenceExceptionEntry(ElementKey<?,? extends RecurrenceExceptionEntry> key,
Entry source)
Constructs a new instance by doing a shallow copy of data from an existing
Entry instance. |
RecurrenceExceptionEntry(Entry sourceEntry)
Constructs a new instance by doing a shallow copy of data from an existing
Entry instance. |
Copyright © 2012. All Rights Reserved.