Java com.google.gwt.gdata.client.blogger PostEntry fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.gdata.client.blogger PostEntry fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.gdata.client.blogger PostEntry.

The text is from its open source code.

Method

Person[]getAuthors()
Returns the authors.
Category[]getCategories()
Returns the categories.
TextgetContent()
Returns the content.
ControlgetControl()
Returns the Atom publication control status.
BloggerLinkgetHtmlLink()
Returns the link that provides the URI of an alternate format of the entry's or feed's contents.
IdgetId()
Returns the entry identifier.
PublishedgetPublished()
Returns the creation timestamp.
BloggerLinkgetRepliesLink()
Returns the link that provides the URI of the web content.
com.google.gwt.gdata.client.LinkgetSelfLink()
Returns the link that provides the URI of the feed or entry.
TextgetTitle()
Returns the title.
PostEntrynewInstance()
Constructs a post entry.
voidsetCategories(Category[] categories)
Sets the categories.
voidsetContent(Text content)
Sets the content.
voidsetControl(Control control)
Sets the Atom publication control status.
voidsetTitle(Text title)
Sets the title.
voidupdateEntry(Callback callback)
Updates the entry in the feed by sending the representation of this entry.