public enum InsightParentType extends Enum<InsightParentType>
| Enum Constant and Description |
|---|
Account
Enumeration : Account
|
Opportunity
Enumeration : Opportunity
|
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static InsightParentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InsightParentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InsightParentType Opportunity
public static final InsightParentType Account
public static InsightParentType[] values()
for (InsightParentType c : InsightParentType.values()) System.out.println(c);
public static InsightParentType 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<InsightParentType>Copyright © 2017. All Rights Reserved.