public enum ObjectType extends Enum<ObjectType>
| Enum Constant and Description |
|---|
ANALYTICS |
COMPANIES |
CONTACT_LISTS |
CONTACTS |
DEAL_PIPELINES |
DEALS |
EMAIL_EVENTS |
EMAIL_SUBSCRIPTION |
MARKETING_EMAIL |
PRODUCTS |
RECENT_COMPANIES |
TICKETS |
| Modifier and Type | Method and Description |
|---|---|
static ObjectType |
fromString(String value)
Returns the ObjectType.
|
static ObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectType CONTACT_LISTS
public static final ObjectType CONTACTS
public static final ObjectType EMAIL_EVENTS
public static final ObjectType EMAIL_SUBSCRIPTION
public static final ObjectType RECENT_COMPANIES
public static final ObjectType ANALYTICS
public static final ObjectType COMPANIES
public static final ObjectType DEALS
public static final ObjectType DEAL_PIPELINES
public static final ObjectType MARKETING_EMAIL
public static final ObjectType PRODUCTS
public static final ObjectType TICKETS
public static ObjectType[] values()
for (ObjectType c : ObjectType.values()) System.out.println(c);
public static ObjectType 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 ObjectType fromString(String value)
value - the value is string typeCopyright © 2022. All rights reserved.