Search
Appointment.getResources Method
See Also
 






Gets a list with all resources associated with this appointment.

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

 Syntax

Java  Copy Code

public ResourceList<Resource> getResources ()

 Return Value

An instance of the ResourceList class containing the resources associated with this item.

 See Also