@Deprecated public abstract class IFeedEntry extends Object
Represents a child element of the Atom feed format
Constructor and Description |
---|
IFeedEntry()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract String |
getContent()
Deprecated.
Gets the content of the entry
|
abstract String |
getId()
Deprecated.
Gets the unique identifier for an entry.
|
abstract String |
getTitle()
Deprecated.
Gets the human-readable title for an entry
|
abstract Date |
getUpdated()
Deprecated.
Gets the date indicating the most recent instant in time when an entry was modified.
|
public abstract String getId()
Gets the unique identifier for an entry.
String
object.public abstract Date getUpdated()
Gets the date indicating the most recent instant in time when an entry was modified.
Date
object.public abstract String getTitle()
Gets the human-readable title for an entry
String
object.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.