Class PhaseResponse
- 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.PhaseResponse
 
 
 
 
- 
- All Implemented Interfaces:
- GGEntity,- GGObject,- GGResponseObject
 
 public class PhaseResponse extends AbstractGGResponseObject A phase in an event
- 
- 
Constructor SummaryConstructors Constructor Description PhaseResponse()PhaseResponse(IDResponse id, BracketTypeResponse bracketType, EventResponse event, IntResponse groupCount, BooleanResponse isExhibition, StringResponse name, IntResponse numSeeds, SeedConnectionResponse paginatedSeeds, PhaseGroupConnectionResponse phaseGroups, IntResponse phaseOrder, SeedConnectionResponse seeds, SetConnectionResponse sets, ActivityStateResponse state, ListResponse<WaveResponse> waves)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description BracketTypeResponsegetBracketType()The bracket type of this phase.EventResponsegetEvent()The Event that this phase belongs toIntResponsegetGroupCount()Number of phase groups in this phaseIDResponsegetId()BooleanResponsegetIsExhibition()Is the phase an exhibition or not.StringResponsegetName()Name of phase e.g.IntResponsegetNumSeeds()The number of seeds this phase contains.SeedConnectionResponsegetPaginatedSeeds()Deprecated.Please use 'seeds' insteadPhaseGroupConnectionResponsegetPhaseGroups()Phase groups under this phase, paginatedIntResponsegetPhaseOrder()The relative order of this phase within an eventSeedConnectionResponsegetSeeds()Paginated seeds for this phaseSetConnectionResponsegetSets()Paginated sets for this PhaseActivityStateResponsegetState()State of the phaseListResponse<WaveResponse>getWaves()- 
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- 
PhaseResponsepublic PhaseResponse() 
 - 
PhaseResponsepublic PhaseResponse(IDResponse id, BracketTypeResponse bracketType, EventResponse event, IntResponse groupCount, BooleanResponse isExhibition, StringResponse name, IntResponse numSeeds, SeedConnectionResponse paginatedSeeds, PhaseGroupConnectionResponse phaseGroups, IntResponse phaseOrder, SeedConnectionResponse seeds, SetConnectionResponse sets, ActivityStateResponse state, ListResponse<WaveResponse> waves) 
 
- 
 - 
Method Detail- 
getIdpublic IDResponse getId() 
 - 
getBracketTypepublic BracketTypeResponse getBracketType() The bracket type of this phase.
 - 
getEventpublic EventResponse getEvent() The Event that this phase belongs to
 - 
getGroupCountpublic IntResponse getGroupCount() Number of phase groups in this phase
 - 
getIsExhibitionpublic BooleanResponse getIsExhibition() Is the phase an exhibition or not.
 - 
getNamepublic StringResponse getName() Name of phase e.g. Round 1 Pools
 - 
getNumSeedspublic IntResponse getNumSeeds() The number of seeds this phase contains.
 - 
getPaginatedSeeds@Deprecated public SeedConnectionResponse getPaginatedSeeds() Deprecated.Please use 'seeds' instead
 - 
getPhaseGroupspublic PhaseGroupConnectionResponse getPhaseGroups() Phase groups under this phase, paginated
 - 
getPhaseOrderpublic IntResponse getPhaseOrder() The relative order of this phase within an event
 - 
getSeedspublic SeedConnectionResponse getSeeds() Paginated seeds for this phase
 - 
getSetspublic SetConnectionResponse getSets() Paginated sets for this Phase
 - 
getStatepublic ActivityStateResponse getState() State of the phase
 - 
getWavespublic ListResponse<WaveResponse> getWaves() 
 
- 
 
-