Package | Description |
---|---|
org.apache.camel.component.salesforce | |
org.apache.camel.component.salesforce.api.dto.approval |
Modifier and Type | Method and Description |
---|---|
ApprovalRequest.Action |
SalesforceEndpointConfig.getApprovalActionType() |
Modifier and Type | Method and Description |
---|---|
void |
SalesforceEndpointConfig.setApprovalActionType(ApprovalRequest.Action actionType)
Represents the kind of action to take: Submit, Approve, or Reject.
|
Modifier and Type | Method and Description |
---|---|
ApprovalRequest.Action |
ApprovalRequest.getActionType() |
static ApprovalRequest.Action |
ApprovalRequest.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApprovalRequest.Action[] |
ApprovalRequest.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ApprovalRequest.setActionType(ApprovalRequest.Action actionType) |
Apache Camel