Uses of Class
org.exoplatform.social.service.rest.NotificationsRestService.URL_TYPE
-
Packages that use NotificationsRestService.URL_TYPE 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 NotificationsRestService.URL_TYPE in org.exoplatform.social.service.rest
Methods in org.exoplatform.social.service.rest that return NotificationsRestService.URL_TYPE Modifier and Type Method Description static NotificationsRestService.URL_TYPENotificationsRestService.URL_TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationsRestService.URL_TYPE[]NotificationsRestService.URL_TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.
-