public class

BlogEntry

extends BaseEntry<E extends BaseEntry>
java.lang.Object
   ↳ com.google.gdata.data.AbstractExtension
     ↳ com.google.gdata.data.ExtensionPoint
       ↳ com.google.gdata.data.BaseEntry<E extends com.google.gdata.data.BaseEntry>
         ↳ com.google.gdata.data.blogger.BlogEntry

Class Overview

Describes a blog entry in the feed of a user's blogs.

Summary

[Expand]
Inherited Fields
From class com.google.gdata.data.BaseEntry
From class com.google.gdata.data.ExtensionPoint
From class com.google.gdata.data.AbstractExtension
Public Constructors
BlogEntry()
Default mutable constructor.
BlogEntry(BaseEntry<?> sourceEntry)
Constructs a new instance by doing a shallow copy of data from an existing BaseEntry instance.
Public Methods
Link getEntryPostLink()
Returns the link that provides the URI that can be used to post new entries to the feed.
Link getFeedLink()
Returns the link that provides the URI of the full feed (without any query parameters).
Link getRepliesLink()
Returns the link that provides the URI of the web content.
String toString()
[Expand]
Inherited Methods
From class com.google.gdata.data.BaseEntry
From class com.google.gdata.data.ExtensionPoint
From class com.google.gdata.data.AbstractExtension
From class java.lang.Object
From interface com.google.gdata.data.Extension
From interface com.google.gdata.data.IAtom
From interface com.google.gdata.data.IEntry
From interface com.google.gdata.data.Kind.Adaptable
From interface com.google.gdata.data.Kind.Adaptor

Public Constructors

public BlogEntry ()

Default mutable constructor.

public BlogEntry (BaseEntry<?> sourceEntry)

Constructs a new instance by doing a shallow copy of data from an existing BaseEntry instance.

Parameters
sourceEntry Source entry

Public Methods

public Link getEntryPostLink ()

Returns the link that provides the URI that can be used to post new entries to the feed.

Returns
  • Link that provides the URI that can be used to post new entries to the feed or null for none.

public Link getFeedLink ()

Returns the link that provides the URI of the full feed (without any query parameters).

Returns
  • Link that provides the URI of the full feed (without any query parameters) or null for none.

public Link getRepliesLink ()

Returns the link that provides the URI of the web content.

Returns
  • Link that provides the URI of the web content or null for none.

public String toString ()