Search
Schedule.getContacts Method
See Also
 






Gets all contacts defined in the Schedule.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public ResourceList<Contact> getContacts ()

 Return Value

An instance of the ResourceList class containing all contacts used in the schedule.

 Remarks

Add contacts to this collection before assigning them to a schedule item.

 See Also