Uses of Class
org.apache.camel.component.salesforce.api.dto.approval.ApprovalRequest.Action
-
Packages that use ApprovalRequest.Action Package Description org.apache.camel.component.salesforce org.apache.camel.component.salesforce.api.dto.approval -
-
Uses of ApprovalRequest.Action in org.apache.camel.component.salesforce
Methods in org.apache.camel.component.salesforce that return ApprovalRequest.Action Modifier and Type Method Description ApprovalRequest.ActionSalesforceEndpointConfig. getApprovalActionType()Methods in org.apache.camel.component.salesforce with parameters of type ApprovalRequest.Action Modifier and Type Method Description voidSalesforceEndpointConfig. setApprovalActionType(ApprovalRequest.Action actionType)Represents the kind of action to take: Submit, Approve, or Reject. -
Uses of ApprovalRequest.Action in org.apache.camel.component.salesforce.api.dto.approval
Methods in org.apache.camel.component.salesforce.api.dto.approval that return ApprovalRequest.Action Modifier and Type Method Description ApprovalRequest.ActionApprovalRequest. getActionType()static ApprovalRequest.ActionApprovalRequest.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.Methods in org.apache.camel.component.salesforce.api.dto.approval with parameters of type ApprovalRequest.Action Modifier and Type Method Description voidApprovalRequest. setActionType(ApprovalRequest.Action actionType)
-