public class
HttpsCallableResult
extends Object
The result of calling a HttpsCallableReference function.
Public Method Summary
Object |
getData()
Returns the data that was returned from the Callable HTTPS trigger.
|
Inherited Method Summary
Public Methods
public Object getData ()
Returns the data that was returned from the Callable HTTPS trigger.
The data is in the form of native Java objects. For example, if your trigger returned an array, this object would be a List