Class MobileAPI


  • @StableMinor(version="17.0",
                 sinceVersion="10.0")
    @Path("/mobile")
    public class MobileAPI
    extends java.lang.Object
    Mobile API generic information.
    Since:
    10.0.0
    Version:
    $Revision: 26587 $ $Date: 2024-08-26 21:09:17 -0300 (Mon, 26 Aug 2024) $
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MobileAPI

        public MobileAPI()
    • 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