public class FeedIdentifierFactory
extends java.lang.Object
FeedIdentifier generator.| Modifier and Type | Class and Description |
|---|---|
static class |
FeedIdentifierFactory.NoSuchFeedException
Indicates that there is no
FeedIdentifier associated with provided uniqueIdentifier. |
| Constructor and Description |
|---|
FeedIdentifierFactory() |
| Modifier and Type | Method and Description |
|---|---|
static FeedIdentifier |
fromUniqueIdentifier(java.lang.String uniqueIdentifier)
Create
FeedIdentifier with unique feed identifier. |
public static FeedIdentifier fromUniqueIdentifier(java.lang.String uniqueIdentifier) throws FeedIdentifierFactory.NoSuchFeedException
FeedIdentifier with unique feed identifier.uniqueIdentifier - returned from FeedIdentifier.toUniqueIdentifier()FeedIdentifierFeedIdentifierFactory.NoSuchFeedException - if there is no FeedIdentifier associated with provided uniqueIdentifier.