Uses of Class
org.apache.camel.component.salesforce.api.dto.composite.SObjectComposite.Method
-
Packages that use SObjectComposite.Method Package Description org.apache.camel.component.salesforce.api.dto.composite -
-
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.Method Modifier and Type Method Description static SObjectComposite.MethodSObjectComposite.Method. valueOf(String name)Returns the enum constant of this type with the specified name.static SObjectComposite.Method[]SObjectComposite.Method. 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.composite with parameters of type SObjectComposite.Method Modifier and Type Method Description SObjectCompositeSObjectComposite. addGeneric(SObjectComposite.Method method, String url, Object richInput, String referenceId)Generic way to add requests to composite withrichInputpayload.SObjectCompositeSObjectComposite. addGeneric(SObjectComposite.Method method, String url, String referenceId)Generic way to add requests to composite.
-