Uses of Class
org.sakaiproject.conversations.api.ConversationsEvents
-
Packages that use ConversationsEvents Package Description org.sakaiproject.conversations.api -
-
Uses of ConversationsEvents in org.sakaiproject.conversations.api
Methods in org.sakaiproject.conversations.api that return ConversationsEvents Modifier and Type Method Description static ConversationsEventsConversationsEvents. valueOf(String name)Returns the enum constant of this type with the specified name.static ConversationsEvents[]ConversationsEvents. 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 ConversationsEvents Modifier and Type Method Description static Stream<ConversationsEvents>ConversationsEvents. stream()
-