public class Feed
extends com.google.gwt.core.client.JavaScriptObject
| Modifier | Constructor and Description |
|---|---|
protected |
Feed() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getDescription() |
com.google.gwt.core.client.JsArray<Entry> |
getEntries() |
String |
getFeedUrl() |
String |
getLink() |
String |
getTitle() |
public final String getFeedUrl()
public final String getTitle()
public final String getLink()
public final String getDescription()
public final String getAuthor()
public final com.google.gwt.core.client.JsArray<Entry> getEntries()
Copyright © 2014. All rights reserved.