Package software.xdev.sched.model
Class Session
java.lang.Object
software.xdev.sched.model.Session
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class Session
extends Object
Session
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets activestatic enumGets or Sets inviteOnlystatic enumGets or Sets pinned -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactive(Session.ActiveEnum active) description(String description) booleaneventStart(String eventStart) Get activeGet audienceNumber of check-ins...Get descriptionGet eventEndGet eventKeyGet eventStartGet eventTypegetGoers()Number of goers...getId()A hexadecimal stringGet inviteOnlygetName()Get nameGet pinnedgetSeats()Number of seats...Comma separated list of speakersGet subjectgetVenue()Get venueGet venueIdinthashCode()inviteOnly(Session.InviteOnlyEnum inviteOnly) pinned(Session.PinnedEnum pinned) voidsetActive(Session.ActiveEnum active) voidsetAudience(String audience) voidsetCheckins(String checkins) voidsetDescription(String description) voidsetEventEnd(String eventEnd) voidsetEventKey(String eventKey) voidsetEventStart(String eventStart) voidsetEventType(String eventType) voidvoidvoidsetInviteOnly(Session.InviteOnlyEnum inviteOnly) voidvoidsetPinned(Session.PinnedEnum pinned) voidvoidsetSpeakers(String speakers) voidsetSubject(String subject) voidvoidsetVenueId(String venueId) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_EVENT_KEY
- See Also:
-
JSON_PROPERTY_ACTIVE
- See Also:
-
JSON_PROPERTY_PINNED
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_EVENT_START
- See Also:
-
JSON_PROPERTY_EVENT_END
- See Also:
-
JSON_PROPERTY_EVENT_TYPE
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_SEATS
- See Also:
-
JSON_PROPERTY_GOERS
- See Also:
-
JSON_PROPERTY_CHECKINS
- See Also:
-
JSON_PROPERTY_INVITE_ONLY
- See Also:
-
JSON_PROPERTY_VENUE
- See Also:
-
JSON_PROPERTY_AUDIENCE
- See Also:
-
JSON_PROPERTY_SUBJECT
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_VENUE_ID
- See Also:
-
JSON_PROPERTY_SPEAKERS
- See Also:
-
-
Constructor Details
-
Session
public Session()
-
-
Method Details
-
eventKey
-
getEventKey
Get eventKey- Returns:
- eventKey
-
setEventKey
-
active
-
getActive
Get active- Returns:
- active
-
setActive
-
pinned
-
getPinned
Get pinned- Returns:
- pinned
-
setPinned
-
name
-
getName
Get name- Returns:
- name
-
setName
-
eventStart
-
getEventStart
Get eventStart- Returns:
- eventStart
-
setEventStart
-
eventEnd
-
getEventEnd
Get eventEnd- Returns:
- eventEnd
-
setEventEnd
-
eventType
-
getEventType
Get eventType- Returns:
- eventType
-
setEventType
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
seats
-
getSeats
Number of seats... as string- Returns:
- seats
-
setSeats
-
goers
-
getGoers
Number of goers... as string- Returns:
- goers
-
setGoers
-
checkins
-
getCheckins
Number of check-ins... as string- Returns:
- checkins
-
setCheckins
-
inviteOnly
-
getInviteOnly
Get inviteOnly- Returns:
- inviteOnly
-
setInviteOnly
-
venue
-
getVenue
Get venue- Returns:
- venue
-
setVenue
-
audience
-
getAudience
Get audience- Returns:
- audience
-
setAudience
-
subject
-
getSubject
Get subject- Returns:
- subject
-
setSubject
-
id
-
getId
A hexadecimal string- Returns:
- id
-
setId
-
venueId
-
getVenueId
Get venueId- Returns:
- venueId
-
setVenueId
-
speakers
-
getSpeakers
Comma separated list of speakers- Returns:
- speakers
-
setSpeakers
-
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
-