Class QueryResponse
- 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.QueryResponse
 
 
 
 
- 
- All Implemented Interfaces:
- GGEntity,- GGObject,- GGResponseObject
 
 public class QueryResponse extends AbstractGGResponseObject 
- 
- 
Constructor SummaryConstructors Constructor Description QueryResponse()QueryResponse(UserResponse currentUser, EventResponse event, LeagueResponse league, ParticipantResponse participant, PhaseResponse phase, PhaseGroupResponse phaseGroup, PlayerResponse player, SeedResponse seed, SetResponse set, ShopResponse shop, StreamsResponse stream, ListResponse<StreamQueueResponse> streamQueue, TeamResponse team, TournamentResponse tournament, TournamentConnectionResponse tournaments, UserResponse user, VideogameResponse videogame, VideogameConnectionResponse videogames)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UserResponsegetCurrentUser()Returns the authenticated userEventResponsegetEvent()Returns an event given its id or slugLeagueResponsegetLeague()Returns a league given its id or slugParticipantResponsegetParticipant()Returns a participant given its idPhaseResponsegetPhase()Returns a phase given its idPhaseGroupResponsegetPhaseGroup()Returns a phase group given its idPlayerResponsegetPlayer()Returns a player given an idSeedResponsegetSeed()Returns a phase seed given its idSetResponsegetSet()Returns a set given its idShopResponsegetShop()A shop entityStreamsResponsegetStream()Returns an stream given its idListResponse<StreamQueueResponse>getStreamQueue()Returns all the stream queues for a given tournamentTeamResponsegetTeam()Returns a team given its idTournamentResponsegetTournament()Returns a tournament given its id or slugTournamentConnectionResponsegetTournaments()Paginated, filterable list of tournamentsUserResponsegetUser()Returns a user given a user slug of the form user/abc123, or idVideogameResponsegetVideogame()Returns a videogame given its idVideogameConnectionResponsegetVideogames()Returns paginated list of videogames matching the search criteria.- 
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- 
QueryResponsepublic QueryResponse() 
 - 
QueryResponsepublic QueryResponse(UserResponse currentUser, EventResponse event, LeagueResponse league, ParticipantResponse participant, PhaseResponse phase, PhaseGroupResponse phaseGroup, PlayerResponse player, SeedResponse seed, SetResponse set, ShopResponse shop, StreamsResponse stream, ListResponse<StreamQueueResponse> streamQueue, TeamResponse team, TournamentResponse tournament, TournamentConnectionResponse tournaments, UserResponse user, VideogameResponse videogame, VideogameConnectionResponse videogames) 
 
- 
 - 
Method Detail- 
getCurrentUserpublic UserResponse getCurrentUser() Returns the authenticated user
 - 
getEventpublic EventResponse getEvent() Returns an event given its id or slug
 - 
getLeaguepublic LeagueResponse getLeague() Returns a league given its id or slug
 - 
getParticipantpublic ParticipantResponse getParticipant() Returns a participant given its id
 - 
getPhasepublic PhaseResponse getPhase() Returns a phase given its id
 - 
getPhaseGrouppublic PhaseGroupResponse getPhaseGroup() Returns a phase group given its id
 - 
getPlayerpublic PlayerResponse getPlayer() Returns a player given an id
 - 
getSeedpublic SeedResponse getSeed() Returns a phase seed given its id
 - 
getSetpublic SetResponse getSet() Returns a set given its id
 - 
getShoppublic ShopResponse getShop() A shop entity
 - 
getStreampublic StreamsResponse getStream() Returns an stream given its id
 - 
getStreamQueuepublic ListResponse<StreamQueueResponse> getStreamQueue() Returns all the stream queues for a given tournament
 - 
getTeampublic TeamResponse getTeam() Returns a team given its id
 - 
getTournamentpublic TournamentResponse getTournament() Returns a tournament given its id or slug
 - 
getTournamentspublic TournamentConnectionResponse getTournaments() Paginated, filterable list of tournaments
 - 
getUserpublic UserResponse getUser() Returns a user given a user slug of the form user/abc123, or id
 - 
getVideogamepublic VideogameResponse getVideogame() Returns a videogame given its id
 - 
getVideogamespublic VideogameConnectionResponse getVideogames() Returns paginated list of videogames matching the search criteria.
 
- 
 
-