Uses of Class
software.xdev.sessionize.model.Session
Packages that use Session
-
Uses of Session in software.xdev.sessionize.model
Methods in software.xdev.sessionize.model that return SessionModifier and TypeMethodDescriptionSession.addCategoryItemsItem(Integer categoryItemsItem) Session.addQuestionAnswersItem(QuestionAnswerFull questionAnswersItem) Session.addSpeakersItem(SpeakerMinimal speakersItem) Session.categoryItems(List<Integer> categoryItems) Session.description(String description) Session.endsAt(OffsetDateTime endsAt) Session.isPlenumSession(Boolean isPlenumSession) Session.isServiceSession(Boolean isServiceSession) Session.questionAnswers(List<QuestionAnswerFull> questionAnswers) Session.recordingUrl(URI recordingUrl) Session.speakers(List<SpeakerMinimal> speakers) Session.startsAt(OffsetDateTime startsAt) Methods in software.xdev.sessionize.model that return types with arguments of type SessionMethods in software.xdev.sessionize.model with parameters of type SessionMethod parameters in software.xdev.sessionize.model with type arguments of type Session