public static enum SalesforceSearchParameters.SalesforceObjectType extends java.lang.Enum<SalesforceSearchParameters.SalesforceObjectType>
| Modifier and Type | Method and Description |
|---|---|
static SalesforceSearchParameters.SalesforceObjectType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SalesforceSearchParameters.SalesforceObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SalesforceSearchParameters.SalesforceObjectType LEAD
public static final SalesforceSearchParameters.SalesforceObjectType CONTACT
public static SalesforceSearchParameters.SalesforceObjectType[] values()
for (SalesforceSearchParameters.SalesforceObjectType c : SalesforceSearchParameters.SalesforceObjectType.values()) System.out.println(c);
public static SalesforceSearchParameters.SalesforceObjectType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"