Uses of Class
org.jivesoftware.openfire.group.SharedGroupVisibility
-
Packages that use SharedGroupVisibility Package Description org.jivesoftware.openfire.group Groups, which are used to organize users together. -
-
Uses of SharedGroupVisibility in org.jivesoftware.openfire.group
Methods in org.jivesoftware.openfire.group that return SharedGroupVisibility Modifier and Type Method Description static SharedGroupVisibility
SharedGroupVisibility. fromDatabaseValue(String dbValue)
SharedGroupVisibility
Group. getSharedWith()
Defines to which entities this group is shared, using the contact list group sharing.static SharedGroupVisibility
SharedGroupVisibility. valueOf(String name)
Returns the enum constant of this type with the specified name.static SharedGroupVisibility[]
SharedGroupVisibility. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-