Class PhaseGroupResponse
- 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.PhaseGroupResponse
 
 
 
 
- 
- All Implemented Interfaces:
- GGEntity,- GGObject,- GGResponseObject
 
 public class PhaseGroupResponse extends AbstractGGResponseObject A group within a phase
- 
- 
Constructor SummaryConstructors Constructor Description PhaseGroupResponse()PhaseGroupResponse(IDResponse id, BracketTypeResponse bracketType, StringResponse displayIdentifier, TimestampResponse firstRoundTime, IntResponse numRounds, SeedConnectionResponse paginatedSeeds, SetConnectionResponse paginatedSets, PhaseResponse phase, ListResponse<ProgressionResponse> progressionsOut, ListResponse<RoundResponse> rounds, JSONResponse seedMap, SeedConnectionResponse seeds, SetConnectionResponse sets, StandingConnectionResponse standings, TimestampResponse startAt, IntResponse state, JSONResponse tiebreakOrder, WaveResponse wave)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description BracketTypeResponsegetBracketType()The bracket type of this group's phase.StringResponsegetDisplayIdentifier()Unique identifier for this group within the context of its phaseTimestampResponsegetFirstRoundTime()For the given phase group, this is the start time of the first round that occurs in the group.IDResponsegetId()IntResponsegetNumRounds()SeedConnectionResponsegetPaginatedSeeds()Deprecated.Please use 'seeds', which is now paginatedSetConnectionResponsegetPaginatedSets()Deprecated.Please use 'sets', which is now paginatedPhaseResponsegetPhase()The phase associated with this phase groupListResponse<ProgressionResponse>getProgressionsOut()The progressions out of this phase groupListResponse<RoundResponse>getRounds()JSONResponsegetSeedMap()SeedConnectionResponsegetSeeds()Paginated seeds for this phase groupSetConnectionResponsegetSets()Paginated sets on this phaseGroupStandingConnectionResponsegetStandings()Paginated list of standingsTimestampResponsegetStartAt()Unix time the group is scheduled to start.IntResponsegetState()JSONResponsegetTiebreakOrder()WaveResponsegetWave()- 
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- 
PhaseGroupResponsepublic PhaseGroupResponse() 
 - 
PhaseGroupResponsepublic PhaseGroupResponse(IDResponse id, BracketTypeResponse bracketType, StringResponse displayIdentifier, TimestampResponse firstRoundTime, IntResponse numRounds, SeedConnectionResponse paginatedSeeds, SetConnectionResponse paginatedSets, PhaseResponse phase, ListResponse<ProgressionResponse> progressionsOut, ListResponse<RoundResponse> rounds, JSONResponse seedMap, SeedConnectionResponse seeds, SetConnectionResponse sets, StandingConnectionResponse standings, TimestampResponse startAt, IntResponse state, JSONResponse tiebreakOrder, WaveResponse wave) 
 
- 
 - 
Method Detail- 
getIdpublic IDResponse getId() 
 - 
getBracketTypepublic BracketTypeResponse getBracketType() The bracket type of this group's phase.
 - 
getDisplayIdentifierpublic StringResponse getDisplayIdentifier() Unique identifier for this group within the context of its phase
 - 
getFirstRoundTimepublic TimestampResponse getFirstRoundTime() For the given phase group, this is the start time of the first round that occurs in the group.
 - 
getNumRoundspublic IntResponse getNumRounds() 
 - 
getPaginatedSeeds@Deprecated public SeedConnectionResponse getPaginatedSeeds() Deprecated.Please use 'seeds', which is now paginated
 - 
getPaginatedSets@Deprecated public SetConnectionResponse getPaginatedSets() Deprecated.Please use 'sets', which is now paginatedPaginated sets on this phaseGroup
 - 
getPhasepublic PhaseResponse getPhase() The phase associated with this phase group
 - 
getProgressionsOutpublic ListResponse<ProgressionResponse> getProgressionsOut() The progressions out of this phase group
 - 
getRoundspublic ListResponse<RoundResponse> getRounds() 
 - 
getSeedMappublic JSONResponse getSeedMap() 
 - 
getSeedspublic SeedConnectionResponse getSeeds() Paginated seeds for this phase group
 - 
getSetspublic SetConnectionResponse getSets() Paginated sets on this phaseGroup
 - 
getStandingspublic StandingConnectionResponse getStandings() Paginated list of standings
 - 
getStartAtpublic TimestampResponse getStartAt() Unix time the group is scheduled to start. This info could also be on the wave instead.
 - 
getStatepublic IntResponse getState() 
 - 
getTiebreakOrderpublic JSONResponse getTiebreakOrder() 
 - 
getWavepublic WaveResponse getWave() 
 
- 
 
-