Uses of Enum Class
org.apache.camel.component.salesforce.api.dto.composite.SObjectComposite.Method
Packages that use SObjectComposite.Method
-
Uses of SObjectComposite.Method in org.apache.camel.component.salesforce.api.dto.composite
Methods in org.apache.camel.component.salesforce.api.dto.composite that return SObjectComposite.MethodModifier and TypeMethodDescriptionstatic SObjectComposite.MethodReturns the enum constant of this class with the specified name.static SObjectComposite.Method[]SObjectComposite.Method.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.composite with parameters of type SObjectComposite.MethodModifier and TypeMethodDescriptionSObjectComposite.addGeneric(SObjectComposite.Method method, String url, Object richInput, String referenceId) Generic way to add requests to composite withrichInputpayload.SObjectComposite.addGeneric(SObjectComposite.Method method, String url, String referenceId) Generic way to add requests to composite.