public interface FeedIdentifier
extends java.io.Serializable
See PublicFeedIdentifier for public available feed types.
| Modifier and Type | Interface and Description |
|---|---|
static class |
FeedIdentifier.Type
Public available feed types declaration.
|
| Modifier and Type | Method and Description |
|---|---|
FeedType |
getType() |
java.lang.String |
toName() |
java.lang.String |
toUniqueIdentifier()
Get a unique feed identifier representation.
|
FeedType getType()
java.lang.String toName()
java.lang.String toUniqueIdentifier()
FeedIdentifier using returned string with FeedIdentifierFactory.fromUniqueIdentifier(String)FeedIdentifier.