Uses of Class
org.opennms.netmgt.config.users.Contact
-
Packages that use Contact Package Description org.opennms.netmgt.config.users This file is part of OpenNMS(R). -
-
Uses of Contact in org.opennms.netmgt.config.users
Methods in org.opennms.netmgt.config.users that return types with arguments of type Contact Modifier and Type Method Description List<Contact>
User. getContacts()
Methods in org.opennms.netmgt.config.users with parameters of type Contact Modifier and Type Method Description void
User. addContact(Contact contact)
Method parameters in org.opennms.netmgt.config.users with type arguments of type Contact Modifier and Type Method Description void
User. setContacts(List<Contact> contacts)
-