| Enum Constant and Description |
|---|
ACCOUNTING
Deprecated.
Special case used when accounting
|
CONNECTED
Deprecated.
|
DISABLED
Deprecated.
Special case used when a Feed is removed
|
JOIN
Deprecated.
|
PUBLISH
Deprecated.
|
SHARE
Deprecated.
|
TWEET
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static FeedType |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static FeedType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeedType JOIN
public static final FeedType SHARE
public static final FeedType PUBLISH
public static final FeedType TWEET
public static final FeedType CONNECTED
public static final FeedType ACCOUNTING
public static final FeedType DISABLED
public static FeedType[] values()
for (FeedType c : FeedType.values()) System.out.println(c);
public static FeedType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2022. All rights reserved.