public enum FeedLayoutComponentType extends Enum<FeedLayoutComponentType>
Java class for FeedLayoutComponentType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="FeedLayoutComponentType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="HelpAndToolLinks"/>
<enumeration value="CustomButtons"/>
<enumeration value="Following"/>
<enumeration value="Followers"/>
<enumeration value="CustomLinks"/>
<enumeration value="Milestones"/>
<enumeration value="Topics"/>
<enumeration value="Visualforce"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CUSTOM_BUTTONS |
CUSTOM_LINKS |
FOLLOWERS |
FOLLOWING |
HELP_AND_TOOL_LINKS |
MILESTONES |
TOPICS |
VISUALFORCE |
| Modifier and Type | Method and Description |
|---|---|
static FeedLayoutComponentType |
fromValue(String v) |
String |
value() |
static FeedLayoutComponentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeedLayoutComponentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeedLayoutComponentType HELP_AND_TOOL_LINKS
public static final FeedLayoutComponentType CUSTOM_BUTTONS
public static final FeedLayoutComponentType FOLLOWING
public static final FeedLayoutComponentType FOLLOWERS
public static final FeedLayoutComponentType CUSTOM_LINKS
public static final FeedLayoutComponentType MILESTONES
public static final FeedLayoutComponentType TOPICS
public static final FeedLayoutComponentType VISUALFORCE
public static FeedLayoutComponentType[] values()
for (FeedLayoutComponentType c : FeedLayoutComponentType.values()) System.out.println(c);
public static FeedLayoutComponentType 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 String value()
public static FeedLayoutComponentType fromValue(String v)
Copyright © 2016. All rights reserved.