Package software.xdev.sessionize.model
Class SessionAllOf
java.lang.Object
software.xdev.sessionize.model.SessionAllOf
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-26T17:30:53.867882+02:00[Europe/Berlin]")
public class SessionAllOf
extends Object
SessionAllOf
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddQuestionAnswersItem(QuestionAnswerFull questionAnswersItem) addSpeakersItem(SpeakerMinimal speakersItem) booleangetId()Get idGet questionAnswersGet speakersinthashCode()questionAnswers(List<QuestionAnswerFull> questionAnswers) voidvoidsetQuestionAnswers(List<QuestionAnswerFull> questionAnswers) voidsetSpeakers(List<SpeakerMinimal> speakers) speakers(List<SpeakerMinimal> speakers) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_SPEAKERS
- See Also:
-
JSON_PROPERTY_QUESTION_ANSWERS
- See Also:
-
-
Constructor Details
-
SessionAllOf
public SessionAllOf()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
speakers
-
addSpeakersItem
-
getSpeakers
Get speakers- Returns:
- speakers
-
setSpeakers
-
questionAnswers
-
addQuestionAnswersItem
-
getQuestionAnswers
Get questionAnswers- Returns:
- questionAnswers
-
setQuestionAnswers
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-