Private ReadonlyconnectionPrivate ReadonlyendPrivate ReadonlyloggerPrivate ReadonlynamespaceInvoke a Vlocity interface method in Salesforce with the specified input and options. If the method invocation results in an exception this method will throw an error.
The method to invoke. Can be a string in the format 'class.method' or an object with className and methodName properties.
Optionalinput: string | objectInput to pass to the method
Optionaloptions: string | objectOptions to pass to the method
The result of the method invocation
Privateparse
Class to invoke methods on APEX classes that implement a VlocityObjectInterface in Salesforce using the Salesforce REST API.