|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFeed
Shared interface for model and data BaseFeed to implement.
Method Summary | |
---|---|
IEntry |
createEntry()
Creates a new entry of the appropriate type for this feed. |
boolean |
getCanPost()
Returns true if this feed accepts entries POSTed to it. |
java.util.List<? extends IEntry> |
getEntries()
Returns a list of entries for this feed. |
ILink |
getEntryPostLink()
Returns the entry post link for the feed. |
ILink |
getFeedBatchLink()
Returns the link that provides the URI that can be used to batch operations to query, insert, update and delete entries on this feed. |
IGenerator |
getGenerator()
Returns the atom:generator element on this feed. |
int |
getItemsPerPage()
Gets the number of items that will be returned per page for paged feeds. |
java.lang.String |
getLogo()
Returns the value of the atom:logo element. |
ILink |
getNextLink()
Returns the link that provides the URI of next page in a paged feed. |
ILink |
getPreviousLink()
Returns the link that provides the URI of previous page in a paged feed. |
int |
getStartIndex()
Gets the starting index of the contained entries for paged feeds. |
ITextConstruct |
getSubtitle()
Returns the atom:subtitle element of this feed. |
int |
getTotalResults()
Gets the total number of results associated with this feed. |
void |
setCanPost(boolean canPost)
Sets whether this feed accepts entries POSTed to it. |
IGenerator |
setGenerator(java.lang.String version,
java.lang.String uri,
java.lang.String name)
Sets the atom:generator element on this feed. |
void |
setItemsPerPage(int numResults)
Sets the number of items that will be returned per page for paged feeds. |
void |
setLogo(java.lang.String logo)
Sets the value of the logo field on this feed. |
void |
setStartIndex(int startIndex)
Sets the starting index of the contained entries for paged feeds. |
void |
setTotalResults(int totalResults)
Sets the total number of results associated with this feed. |
Methods inherited from interface com.google.gdata.data.IAtom |
---|
addLink, getAuthors, getCategories, getEtag, getId, getKind, getLink, getLinks, getSelfLink, getTitle, getUpdated, getVersionId, removeLinks, removeLinks, setEtag, setId, setKind, setService, setUpdated, setVersionId |
Method Detail |
---|
java.lang.String getLogo()
void setLogo(java.lang.String logo)
ITextConstruct getSubtitle()
IGenerator getGenerator()
IGenerator setGenerator(java.lang.String version, java.lang.String uri, java.lang.String name)
boolean getCanPost()
void setCanPost(boolean canPost)
int getTotalResults()
Query.UNDEFINED
indicates the total size is undefined.
void setTotalResults(int totalResults)
Query.UNDEFINED
indicates the total size is undefined.
int getStartIndex()
Query.UNDEFINED
indicates the start index is undefined.
void setStartIndex(int startIndex)
Query.UNDEFINED
indicates the start index is undefined.
int getItemsPerPage()
Query.UNDEFINED
indicates the page item count is
undefined.
void setItemsPerPage(int numResults)
Query.UNDEFINED
indicates the page item count is
undefined.
IEntry createEntry()
java.util.List<? extends IEntry> getEntries()
ILink getEntryPostLink()
ILink getNextLink()
null
for none.ILink getPreviousLink()
null
for none.ILink getFeedBatchLink()
null
for none.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |