@Generated(value="software.amazon.awssdk:codegen") public enum SalesforceStandardObjectName extends Enum<SalesforceStandardObjectName>
| Enum Constant and Description |
|---|
ACCOUNT |
CAMPAIGN |
CASE |
CONTACT |
CONTRACT |
DOCUMENT |
GROUP |
IDEA |
LEAD |
OPPORTUNITY |
PARTNER |
PRICEBOOK |
PRODUCT |
PROFILE |
SOLUTION |
TASK |
UNKNOWN_TO_SDK_VERSION |
USER |
| Modifier and Type | Method and Description |
|---|---|
static SalesforceStandardObjectName |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<SalesforceStandardObjectName> |
knownValues()
|
String |
toString() |
static SalesforceStandardObjectName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SalesforceStandardObjectName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SalesforceStandardObjectName ACCOUNT
public static final SalesforceStandardObjectName CAMPAIGN
public static final SalesforceStandardObjectName CASE
public static final SalesforceStandardObjectName CONTACT
public static final SalesforceStandardObjectName CONTRACT
public static final SalesforceStandardObjectName DOCUMENT
public static final SalesforceStandardObjectName GROUP
public static final SalesforceStandardObjectName IDEA
public static final SalesforceStandardObjectName LEAD
public static final SalesforceStandardObjectName OPPORTUNITY
public static final SalesforceStandardObjectName PARTNER
public static final SalesforceStandardObjectName PRICEBOOK
public static final SalesforceStandardObjectName PRODUCT
public static final SalesforceStandardObjectName PROFILE
public static final SalesforceStandardObjectName SOLUTION
public static final SalesforceStandardObjectName TASK
public static final SalesforceStandardObjectName USER
public static final SalesforceStandardObjectName UNKNOWN_TO_SDK_VERSION
public static SalesforceStandardObjectName[] values()
for (SalesforceStandardObjectName c : SalesforceStandardObjectName.values()) System.out.println(c);
public static SalesforceStandardObjectName 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<SalesforceStandardObjectName>public static SalesforceStandardObjectName fromValue(String value)
value - real valuepublic static Set<SalesforceStandardObjectName> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known SalesforceStandardObjectNamesCopyright © 2020. All rights reserved.