Package lumis.portal.mobileapp
Class MobileAPI
- java.lang.Object
-
- lumis.portal.mobileapp.MobileAPI
-
@StableMinor(version="16.0", sinceVersion="10.0") @Path("/mobile") public class MobileAPI extends java.lang.Object
Mobile API generic information.- Since:
- 10.0.0
- Version:
- $Revision: 25808 $ $Date: 2023-07-04 15:20:55 -0300 (Tue, 04 Jul 2023) $
-
-
Constructor Summary
Constructors Constructor Description MobileAPI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.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 java.lang.String getVersions() throws java.lang.Exception
Returns a list of all mobile API versions available.- Returns:
- a list of all mobile API versions available.
- Throws:
java.lang.Exception
- Since:
- 10.0.0
-
-