Package | Description |
---|---|
org.apache.camel.component.salesforce | |
org.apache.camel.component.salesforce.api.dto.approval |
Modifier and Type | Method and Description |
---|---|
ApprovalRequest |
SalesforceEndpointConfig.getApproval() |
Modifier and Type | Method and Description |
---|---|
void |
SalesforceEndpointConfig.setApproval(ApprovalRequest approval)
The approval request for Approval API.
|
Modifier and Type | Method and Description |
---|---|
ApprovalRequest |
ApprovalRequest.applyTemplate(ApprovalRequest template)
Creates new
ApprovalRequest by combining values from the given template with the values currently
present. |
Modifier and Type | Method and Description |
---|---|
List<ApprovalRequest> |
ApprovalRequests.getRequests() |
Modifier and Type | Method and Description |
---|---|
ApprovalRequest |
ApprovalRequest.applyTemplate(ApprovalRequest template)
Creates new
ApprovalRequest by combining values from the given template with the values currently
present. |
Constructor and Description |
---|
ApprovalRequests(ApprovalRequest singleRequest) |
Constructor and Description |
---|
ApprovalRequests(List<ApprovalRequest> requests) |
Apache Camel