| Package | Description |
|---|---|
| com.google.gdata.model.atom | |
| com.google.gdata.model.gd |
| Modifier and Type | Class and Description |
|---|---|
class |
Feed
The Feed class is a base class that represents a generic GData feed object,
based primarily on the data model for an
<atom:feed> element. |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<Void,Source> |
Source.CONSTRUCT
The key for Source used as a construct.
|
static ElementKey<Void,Source> |
Source.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
Source |
Entry.getSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
Entry.setSource(Source v) |
| Constructor and Description |
|---|
Source(Source sourceSource)
Copy constructor that initializes a new Source instance to have identical
contents to another instance, using a shared reference to the same child
element instances.
|
| Constructor and Description |
|---|
Source(ElementKey<?,? extends Source> key)
Constructs a new instance using the specified element metadata.
|
Source(ElementKey<?,? extends Source> key,
Element source)
Copy constructor that initializes a new Source instance to have identical
contents to another element, using a shared state.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventFeed
Describes an event feed.
|
class |
MessageFeed
Describes a message feed.
|
Copyright © 2012. All Rights Reserved.