Uses of Class
com.mycompany.myproject.capi.MyFunctionRequest
-
Packages that use MyFunctionRequest Package Description com.mycompany.myproject.capi Client-side calling interface (CAPI) for the myproject API. -
-
Uses of MyFunctionRequest in com.mycompany.myproject.capi
Methods in com.mycompany.myproject.capi with parameters of type MyFunctionRequest Modifier and Type Method Description MyFunctionResult
CAPI. callMyFunction(MyFunctionRequest request)
Calls the MyFunction function using the specified request object.
-