Package com.mycompany.myproject.api
Implementation of the myproject API.
-
Interface Summary Interface Description MyFunction.Result Result of a call to the MyFunction function.MyFunction.UnsuccessfulResult Unsuccessful result of a call to the MyFunction function. -
Class Summary Class Description APIImpl Implementation ofmyprojectAPI.MyFunction Abstract base class forMyFunctionfunction implementation.MyFunction.Request Container for the input parameters of the MyFunction function.MyFunction.SuccessfulResult Successful result of a call to the MyFunction function.MyFunctionImpl Implementation of theMyFunctionfunction.NoVowelResult UnsuccessfulResult due to a NoVowel.RuntimeProperties Class containing the method to access the properties of themyprojectAPI.