Uses of Class
org.sakaiproject.signup.restful.SignupTimeslotItem
-
Packages that use SignupTimeslotItem Package Description org.sakaiproject.signup.restful -
-
Uses of SignupTimeslotItem in org.sakaiproject.signup.restful
Methods in org.sakaiproject.signup.restful that return types with arguments of type SignupTimeslotItem Modifier and Type Method Description List<SignupTimeslotItem>SignupEvent. getSignupTimeSlotItems()get a list of SignupTimeslot objects, which contains the event/meeting segments informationMethod parameters in org.sakaiproject.signup.restful with type arguments of type SignupTimeslotItem Modifier and Type Method Description voidSignupEvent. setSignupTimeSlotItems(List<SignupTimeslotItem> signupTimeSlotItems)this is a setter.
-