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