public static enum SObjectComposite.Method extends Enum<SObjectComposite.Method>
Modifier and Type | Method and Description |
---|---|
static SObjectComposite.Method |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SObjectComposite.Method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SObjectComposite.Method DELETE
public static final SObjectComposite.Method GET
public static final SObjectComposite.Method PATCH
public static final SObjectComposite.Method POST
public static SObjectComposite.Method[] values()
for (SObjectComposite.Method c : SObjectComposite.Method.values()) System.out.println(c);
public static SObjectComposite.Method 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 nullApache Camel