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