public class RecentFeedIdentifier extends java.lang.Object implements FeedIdentifier
FeedIdentifier.Type| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RECENT |
static FeedType |
RECENT_FEED_TYPE |
| Modifier and Type | Method and Description |
|---|---|
FeedType |
getType() |
static FeedIdentifier |
recent() |
java.lang.String |
toName() |
java.lang.String |
toUniqueIdentifier()
Get a unique feed identifier representation.
|
public static final java.lang.String RECENT
public static final FeedType RECENT_FEED_TYPE
public FeedType getType()
getType in interface FeedIdentifierpublic java.lang.String toName()
toName in interface FeedIdentifierpublic java.lang.String toUniqueIdentifier()
FeedIdentifierFeedIdentifier using returned string with FeedIdentifierFactory.fromUniqueIdentifier(String)toUniqueIdentifier in interface FeedIdentifierFeedIdentifier.public static FeedIdentifier recent()