Uses of Class
org.sakaiproject.signup.restful.SignupParticipant
-
Packages that use SignupParticipant Package Description org.sakaiproject.signup.restful -
-
Uses of SignupParticipant in org.sakaiproject.signup.restful
Methods in org.sakaiproject.signup.restful that return types with arguments of type SignupParticipant Modifier and Type Method Description List<SignupParticipant>SignupTimeslotItem. getAttendees()get a list of SignupParticipant objects, who have signed up in the time slotList<SignupParticipant>SignupTimeslotItem. getWaitingList()get a list of SignupParticipant objects, who are on the waiting list in the time slotMethod parameters in org.sakaiproject.signup.restful with type arguments of type SignupParticipant Modifier and Type Method Description voidSignupTimeslotItem. setAttendees(List<SignupParticipant> attendees)this is a settervoidSignupTimeslotItem. setWaitingList(List<SignupParticipant> waitingList)this is a setter
-