public enum YammerFunctionType extends Enum<YammerFunctionType>
Enum Constant and Description |
---|
ALGO |
CURRENT |
FOLLOWING |
MESSAGES |
MY_FEED |
PRIVATE |
RECEIVED |
SENT |
USERS |
Modifier and Type | Method and Description |
---|---|
static YammerFunctionType |
fromUri(String uri) |
static YammerFunctionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YammerFunctionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YammerFunctionType MESSAGES
public static final YammerFunctionType MY_FEED
public static final YammerFunctionType ALGO
public static final YammerFunctionType FOLLOWING
public static final YammerFunctionType SENT
public static final YammerFunctionType PRIVATE
public static final YammerFunctionType RECEIVED
public static final YammerFunctionType USERS
public static final YammerFunctionType CURRENT
public static YammerFunctionType[] values()
for (YammerFunctionType c : YammerFunctionType.values()) System.out.println(c);
public static YammerFunctionType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static YammerFunctionType fromUri(String uri)
Apache Camel