Package | Description |
---|---|
org.apache.camel.component.salesforce.api | |
org.apache.camel.component.salesforce.api.dto |
Modifier and Type | Field and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<Map<Limits.Operation,Limits.Usage>> |
TypeReferences.USAGES_TYPE |
Modifier and Type | Method and Description |
---|---|
static Limits.Operation |
Limits.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Limits.Operation[] |
Limits.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Limits.Usage |
Limits.forOperation(Limits.Operation operation) |
Constructor and Description |
---|
Limits(Map<Limits.Operation,Limits.Usage> usages) |
Apache Camel