Gets a list with all contacts associated with this item.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public abstract ResourceList<Contact> getContacts () |
An instance of the ResourceList class containing the Contact objects associated with the item.
See Also