public enum FeedLayoutComponentType extends Enum<FeedLayoutComponentType>
| Enum Constant and Description |
|---|
CustomButtons
Enumeration : CustomButtons
|
CustomLinks
Enumeration : CustomLinks
|
Followers
Enumeration : Followers
|
Following
Enumeration : Following
|
HelpAndToolLinks
Enumeration : HelpAndToolLinks
|
Milestones
Enumeration : Milestones
|
Topics
Enumeration : Topics
|
Visualforce
Enumeration : Visualforce
|
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
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 HelpAndToolLinks
public static final FeedLayoutComponentType CustomButtons
public static final FeedLayoutComponentType Following
public static final FeedLayoutComponentType Followers
public static final FeedLayoutComponentType CustomLinks
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 toString()
toString in class Enum<FeedLayoutComponentType>Copyright © 2015. All Rights Reserved.