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

Example usage for Java com.google.gwt.gdata.client.blogger CommentEntry 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 CommentEntry.

The text is from its open source code.

Method

TextgetContent()
Returns the content.
BloggerLinkgetHtmlLink()
Returns the link that provides the URI of an alternate format of the entry's or feed's contents.
PublishedgetPublished()
Returns the creation timestamp.
com.google.gwt.gdata.client.LinkgetSelfLink()
Returns the link that provides the URI of the feed or entry.
TextgetTitle()
Returns the title.
CommentEntrynewInstance()
Constructs a comment entry.
voidsetContent(Text content)
Sets the content.