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 Summary
Constructors 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 Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description BracketTypeResponse
getBracketType()
The bracket type of this phase.EventResponse
getEvent()
The Event that this phase belongs toIntResponse
getGroupCount()
Number of phase groups in this phaseIDResponse
getId()
BooleanResponse
getIsExhibition()
Is the phase an exhibition or not.StringResponse
getName()
Name of phase e.g.IntResponse
getNumSeeds()
The number of seeds this phase contains.SeedConnectionResponse
getPaginatedSeeds()
Deprecated.Please use 'seeds' insteadPhaseGroupConnectionResponse
getPhaseGroups()
Phase groups under this phase, paginatedIntResponse
getPhaseOrder()
The relative order of this phase within an eventSeedConnectionResponse
getSeeds()
Paginated seeds for this phaseSetConnectionResponse
getSets()
Paginated sets for this PhaseActivityStateResponse
getState()
State of the phaseListResponse<WaveResponse>
getWaves()
-
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObject
checkProvided, isProvided
-
Methods inherited from class com.github.gpluscb.ggjava.entity.AbstractGGEntity
getGGEntityType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntity
getGGEntityType
-
-
-
-
Constructor Detail
-
PhaseResponse
public PhaseResponse()
-
PhaseResponse
public 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
-
getId
public IDResponse getId()
-
getBracketType
public BracketTypeResponse getBracketType()
The bracket type of this phase.
-
getEvent
public EventResponse getEvent()
The Event that this phase belongs to
-
getGroupCount
public IntResponse getGroupCount()
Number of phase groups in this phase
-
getIsExhibition
public BooleanResponse getIsExhibition()
Is the phase an exhibition or not.
-
getName
public StringResponse getName()
Name of phase e.g. Round 1 Pools
-
getNumSeeds
public IntResponse getNumSeeds()
The number of seeds this phase contains.
-
getPaginatedSeeds
@Deprecated public SeedConnectionResponse getPaginatedSeeds()
Deprecated.Please use 'seeds' instead
-
getPhaseGroups
public PhaseGroupConnectionResponse getPhaseGroups()
Phase groups under this phase, paginated
-
getPhaseOrder
public IntResponse getPhaseOrder()
The relative order of this phase within an event
-
getSeeds
public SeedConnectionResponse getSeeds()
Paginated seeds for this phase
-
getSets
public SetConnectionResponse getSets()
Paginated sets for this Phase
-
getState
public ActivityStateResponse getState()
State of the phase
-
getWaves
public ListResponse<WaveResponse> getWaves()
-
-