Uses of Class
org.exoplatform.social.service.rest.AppsRestService.App
-
Packages that use AppsRestService.App 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 AppsRestService.App in org.exoplatform.social.service.rest
Methods in org.exoplatform.social.service.rest that return types with arguments of type AppsRestService.App Modifier and Type Method Description List<AppsRestService.App>AppsRestService.AppList. getApps()gets application listMethods in org.exoplatform.social.service.rest with parameters of type AppsRestService.App Modifier and Type Method Description voidAppsRestService.AppList. addApp(AppsRestService.App app)adds application to application listMethod parameters in org.exoplatform.social.service.rest with type arguments of type AppsRestService.App Modifier and Type Method Description voidAppsRestService.AppList. setApps(List<AppsRestService.App> apps)sets application list
-