Uses of Class
org.sakaiproject.conversations.api.Events
-
Packages that use Events Package Description org.sakaiproject.conversations.api -
-
Uses of Events in org.sakaiproject.conversations.api
Methods in org.sakaiproject.conversations.api that return Events Modifier and Type Method Description static EventsEvents. valueOf(String name)Returns the enum constant of this type with the specified name.static Events[]Events. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sakaiproject.conversations.api that return types with arguments of type Events Modifier and Type Method Description static Stream<Events>Events. stream()
-