Uses of Enum Class
org.apache.camel.component.salesforce.api.dto.approval.ApprovalRequest.Action
Packages that use ApprovalRequest.Action
Package
Description
-
Uses of ApprovalRequest.Action in org.apache.camel.component.salesforce
Methods in org.apache.camel.component.salesforce that return ApprovalRequest.ActionMethods in org.apache.camel.component.salesforce with parameters of type ApprovalRequest.ActionModifier and TypeMethodDescriptionvoidSalesforceEndpointConfig.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.ActionModifier and TypeMethodDescriptionApprovalRequest.getActionType()static ApprovalRequest.ActionReturns the enum constant of this class with the specified name.static ApprovalRequest.Action[]ApprovalRequest.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.salesforce.api.dto.approval with parameters of type ApprovalRequest.ActionModifier and TypeMethodDescriptionvoidApprovalRequest.setActionType(ApprovalRequest.Action actionType)