Uses of Class
org.exoplatform.social.service.rest.RestChecker.SUPPORT_VERSION
-
Packages that use RestChecker.SUPPORT_VERSION Package Description org.exoplatform.social.service.rest Provides the classes that are public and necessary to handle rest requests, processes and returns results with specific provided input type. -
-
Uses of RestChecker.SUPPORT_VERSION in org.exoplatform.social.service.rest
Methods in org.exoplatform.social.service.rest that return RestChecker.SUPPORT_VERSION Modifier and Type Method Description static RestChecker.SUPPORT_VERSIONRestChecker.SUPPORT_VERSION. valueOf(String name)Returns the enum constant of this type with the specified name.static RestChecker.SUPPORT_VERSION[]RestChecker.SUPPORT_VERSION. values()Returns an array containing the constants of this enum type, in the order they are declared.
-