Package lumis.portal.mobileapp
Class MobileAPI
- java.lang.Object
-
- lumis.portal.mobileapp.MobileAPI
-
@StableMinor(version="14.2", sinceVersion="10.0") @Path("/mobile") public class MobileAPI extends Object
Mobile API generic information.- Since:
- 10.0.0
- Version:
- $Revision: 24985 $ $Date: 2022-05-02 23:04:30 -0300 (Mon, 02 May 2022) $
-
-
Constructor Summary
Constructors Constructor Description MobileAPI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getVersions()
Returns a list of all mobile API versions available.
-
-
-
Method Detail
-
getVersions
@GET @Produces("application/json") @CacheControl(noCache=false, isPrivate=false, maxAge=30, noTransform=true, sharedMaxAge=30) public String getVersions() throws Exception
Returns a list of all mobile API versions available.- Returns:
- a list of all mobile API versions available.
- Throws:
Exception
- Since:
- 10.0.0
-
-