Class EventResponse
- java.lang.Object
- 
- com.github.gpluscb.ggjava.entity.AbstractGGEntity
- 
- com.github.gpluscb.ggjava.entity.object.AbstractGGObject
- 
- com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObject
- 
- com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
 
 
 
 
- 
- All Implemented Interfaces:
- GGEntity,- GGObject,- GGResponseObject
 
 public class EventResponse extends AbstractGGResponseObject An event in a tournament
- 
- 
Constructor Summary
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description IntResponsegetCheckInBuffer()How long before the event start will the check-in end (in seconds)IntResponsegetCheckInDuration()How long the event check-in will last (in seconds)BooleanResponsegetCheckInEnabled()Whether check-in is enabled for this eventTimestampResponsegetCreatedAt()When the event was created (unix timestamp)TimestampResponsegetDeckSubmissionDeadline()Last date attendees are able to create teams for team eventsEntrantConnectionResponsegetEntrants()The entrants that belong to an event, paginated by filter criteriaIntResponsegetEntrantSizeMax()Deprecated.Migrate to teamRosterSizeIntResponsegetEntrantSizeMin()Deprecated.Migrate to teamRosterSizeBooleanResponsegetHasDecks()Whether the event has decksBooleanResponsegetHasTasks()Are player tasks enabled for this eventIDResponsegetId()ListResponse<ImageResponse>getImages()BooleanResponsegetIsOnline()Whether the event is an online event or notLeagueResponsegetLeague()StringResponsegetMatchRulesMarkdown()Markdown field for match rules/instructionsStringResponsegetName()Title of event set by organizerIntResponsegetNumEntrants()Gets the number of entrants in this eventListResponse<PhaseGroupResponse>getPhaseGroups()The phase groups that belong to an event.ListResponse<PhaseResponse>getPhases()The phases that belong to an event.JSONResponsegetPrizingInfo()TO settings for prizingJSONResponsegetPublishing()IntResponsegetRulesetId()Id of the event rulesetJSONResponsegetRulesetSettings()Deprecated.Use rulesetStringResponsegetRulesMarkdown()Markdown field for event rules/instructionsSetConnectionResponsegetSets()Paginated sets for this EventStringResponsegetSlug()StandingConnectionResponsegetStandings()Paginated list of standingsTimestampResponsegetStartAt()When does this event start?ActivityStateResponsegetState()The state of the Event.StationsConnectionResponsegetStations()Paginated stations on this eventTimestampResponsegetTeamManagementDeadline()Last date attendees are able to create teams for team eventsBooleanResponsegetTeamNameAllowed()If this is a teams event, returns whether or not teams can set custom namesTeamRosterSizeResponsegetTeamRosterSize()Team roster size requirementsTournamentResponsegetTournament()IntResponsegetType()The type of the event, whether an entrant will have one participant or multipleTimestampResponsegetUpdatedAt()When the event was last modified (unix timestamp)BooleanResponsegetUseEventSeeds()Whether the event uses the new EventSeeds for seedingVideogameResponsegetVideogame()ListResponse<WaveResponse>getWaves()The waves being used by the event- 
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObjectcheckProvided, isProvided
 - 
Methods inherited from class com.github.gpluscb.ggjava.entity.AbstractGGEntitygetGGEntityType
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntitygetGGEntityType
 
- 
 
- 
- 
- 
Constructor Detail- 
EventResponsepublic EventResponse() 
 - 
EventResponsepublic EventResponse(IDResponse id, IntResponse checkInBuffer, IntResponse checkInDuration, BooleanResponse checkInEnabled, TimestampResponse createdAt, TimestampResponse deckSubmissionDeadline, IntResponse entrantSizeMax, IntResponse entrantSizeMin, EntrantConnectionResponse entrants, BooleanResponse hasDecks, BooleanResponse hasTasks, ListResponse<ImageResponse> images, BooleanResponse isOnline, LeagueResponse league, StringResponse matchRulesMarkdown, StringResponse name, IntResponse numEntrants, ListResponse<PhaseGroupResponse> phaseGroups, ListResponse<PhaseResponse> phases, JSONResponse prizingInfo, JSONResponse publishing, StringResponse rulesMarkdown, IntResponse rulesetId, JSONResponse rulesetSettings, SetConnectionResponse sets, StringResponse slug, StandingConnectionResponse standings, TimestampResponse startAt, ActivityStateResponse state, StationsConnectionResponse stations, TimestampResponse teamManagementDeadline, BooleanResponse teamNameAllowed, TeamRosterSizeResponse teamRosterSize, TournamentResponse tournament, IntResponse type, TimestampResponse updatedAt, BooleanResponse useEventSeeds, VideogameResponse videogame, ListResponse<WaveResponse> waves) 
 
- 
 - 
Method Detail- 
getIdpublic IDResponse getId() 
 - 
getCheckInBufferpublic IntResponse getCheckInBuffer() How long before the event start will the check-in end (in seconds)
 - 
getCheckInDurationpublic IntResponse getCheckInDuration() How long the event check-in will last (in seconds)
 - 
getCheckInEnabledpublic BooleanResponse getCheckInEnabled() Whether check-in is enabled for this event
 - 
getCreatedAtpublic TimestampResponse getCreatedAt() When the event was created (unix timestamp)
 - 
getDeckSubmissionDeadlinepublic TimestampResponse getDeckSubmissionDeadline() Last date attendees are able to create teams for team events
 - 
getEntrantSizeMax@Deprecated public IntResponse getEntrantSizeMax() Deprecated.Migrate to teamRosterSizeMaximum number of participants each Entrant can have
 - 
getEntrantSizeMin@Deprecated public IntResponse getEntrantSizeMin() Deprecated.Migrate to teamRosterSizeMinimum number of participants each Entrant can have
 - 
getEntrantspublic EntrantConnectionResponse getEntrants() The entrants that belong to an event, paginated by filter criteria
 - 
getHasDeckspublic BooleanResponse getHasDecks() Whether the event has decks
 - 
getHasTaskspublic BooleanResponse getHasTasks() Are player tasks enabled for this event
 - 
getImagespublic ListResponse<ImageResponse> getImages() 
 - 
getIsOnlinepublic BooleanResponse getIsOnline() Whether the event is an online event or not
 - 
getLeaguepublic LeagueResponse getLeague() 
 - 
getMatchRulesMarkdownpublic StringResponse getMatchRulesMarkdown() Markdown field for match rules/instructions
 - 
getNamepublic StringResponse getName() Title of event set by organizer
 - 
getNumEntrantspublic IntResponse getNumEntrants() Gets the number of entrants in this event
 - 
getPhaseGroupspublic ListResponse<PhaseGroupResponse> getPhaseGroups() The phase groups that belong to an event.
 - 
getPhasespublic ListResponse<PhaseResponse> getPhases() The phases that belong to an event.
 - 
getPrizingInfopublic JSONResponse getPrizingInfo() TO settings for prizing
 - 
getPublishingpublic JSONResponse getPublishing() 
 - 
getRulesMarkdownpublic StringResponse getRulesMarkdown() Markdown field for event rules/instructions
 - 
getRulesetIdpublic IntResponse getRulesetId() Id of the event ruleset
 - 
getRulesetSettings@Deprecated public JSONResponse getRulesetSettings() Deprecated.Use rulesetSettings pulled from the event ruleset, if one exists
 - 
getSetspublic SetConnectionResponse getSets() Paginated sets for this Event
 - 
getSlugpublic StringResponse getSlug() 
 - 
getStandingspublic StandingConnectionResponse getStandings() Paginated list of standings
 - 
getStartAtpublic TimestampResponse getStartAt() When does this event start?
 - 
getStatepublic ActivityStateResponse getState() The state of the Event.
 - 
getStationspublic StationsConnectionResponse getStations() Paginated stations on this event
 - 
getTeamManagementDeadlinepublic TimestampResponse getTeamManagementDeadline() Last date attendees are able to create teams for team events
 - 
getTeamNameAllowedpublic BooleanResponse getTeamNameAllowed() If this is a teams event, returns whether or not teams can set custom names
 - 
getTeamRosterSizepublic TeamRosterSizeResponse getTeamRosterSize() Team roster size requirements
 - 
getTournamentpublic TournamentResponse getTournament() 
 - 
getTypepublic IntResponse getType() The type of the event, whether an entrant will have one participant or multiple
 - 
getUpdatedAtpublic TimestampResponse getUpdatedAt() When the event was last modified (unix timestamp)
 - 
getUseEventSeedspublic BooleanResponse getUseEventSeeds() Whether the event uses the new EventSeeds for seeding
 - 
getVideogamepublic VideogameResponse getVideogame() 
 - 
getWavespublic ListResponse<WaveResponse> getWaves() The waves being used by the event
 
- 
 
-