scheduleAttendees property

List<String>? scheduleAttendees
getter/setter pair

The list of attendees can be set when schedule a conference. Use the {@link fetchAttendeeList} interface if you need to fetch attendees.

Implementation

List<String>? scheduleAttendees;