Gets all contacts defined in the Schedule.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public ResourceList<Contact> getContacts () |
An instance of the ResourceList class containing all contacts used in the schedule.
RemarksAdd contacts to this collection before assigning them to a schedule item.
See Also