Uses of Class
com.mycompany.myproject.capi.NoVowelException
-
Packages that use NoVowelException Package Description com.mycompany.myproject.capi Client-side calling interface (CAPI) for the myproject API. -
-
Uses of NoVowelException in com.mycompany.myproject.capi
Methods in com.mycompany.myproject.capi that throw NoVowelException 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.
-