| Package | Description |
|---|---|
| com.google.gdata.model.atom | |
| com.google.gdata.model.gd |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<Void,Feed> |
Feed.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
Feed |
Feed.getSelf()
Returns the current representation of the feed by requesting it from the
associated service using the feed's self link.
|
| Constructor and Description |
|---|
Feed(ElementKey<?,? extends Feed> key,
Feed source)
Copy constructor that initializes a new Feed instance to have identical
contents to another instance, using a shared reference to the same
Feed.FeedState. |
| Constructor and Description |
|---|
Feed(ElementKey<?,? extends Feed> key)
Creates a new feed instance using the specified metadata.
|
Feed(ElementKey<?,? extends Feed> key,
Feed source)
Copy constructor that initializes a new Feed instance to have identical
contents to another instance, using a shared reference to the same
Feed.FeedState. |
| Modifier and Type | Class and Description |
|---|---|
class |
EventFeed
Describes an event feed.
|
class |
MessageFeed
Describes a message feed.
|
| Modifier and Type | Method and Description |
|---|---|
Feed |
FeedLink.getFeed()
Returns the nested feed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeedLink.setFeed(Feed feed)
Sets the nested feed.
|
| Constructor and Description |
|---|
EventFeed(ElementKey<?,? extends EventFeed> key,
Feed source)
Constructs a new instance by doing a shallow copy of data from an existing
Feed instance. |
EventFeed(Feed sourceFeed)
Constructs a new instance by doing a shallow copy of data from an existing
Feed instance. |
MessageFeed(ElementKey<?,? extends MessageFeed> key,
Feed source)
Constructs a new instance by doing a shallow copy of data from an existing
Feed instance. |
MessageFeed(Feed sourceFeed)
Constructs a new instance by doing a shallow copy of data from an existing
Feed instance. |
Copyright © 2012. All Rights Reserved.