Uses of Class
software.xdev.sessionize.model.SessionAll
Packages that use SessionAll
-
Uses of SessionAll in software.xdev.sessionize.model
Methods in software.xdev.sessionize.model that return SessionAllModifier and TypeMethodDescriptionSessionAll.addCategoryItemsItem(Integer categoryItemsItem) SessionAll.addQuestionAnswersItem(QuestionAnswer questionAnswersItem) SessionAll.addSpeakersItem(String speakersItem) SessionAll.categoryItems(List<Integer> categoryItems) SessionAll.description(String description) SessionAll.endsAt(OffsetDateTime endsAt) SessionAll.isPlenumSession(Boolean isPlenumSession) SessionAll.isServiceSession(Boolean isServiceSession) SessionAll.questionAnswers(List<QuestionAnswer> questionAnswers) SessionAll.recordingUrl(URI recordingUrl) SessionAll.startsAt(OffsetDateTime startsAt) Methods in software.xdev.sessionize.model that return types with arguments of type SessionAllMethods in software.xdev.sessionize.model with parameters of type SessionAllMethod parameters in software.xdev.sessionize.model with type arguments of type SessionAllModifier and TypeMethodDescriptionAllResult.sessions(List<SessionAll> sessions) voidAllResult.setSessions(List<SessionAll> sessions)