Package lumis.portal.mobileapp
Class MobileAPI
- java.lang.Object
-
- lumis.portal.mobileapp.MobileAPI
-
@StableMinor(version="14.0", sinceVersion="10.0") @Path("/mobile") public class MobileAPI extends Object
Mobile API generic information.- Since:
- 10.0.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
-
-
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
-
-