Class SeedResponse
- 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.SeedResponse
 
 
 
 
- 
- All Implemented Interfaces:
- GGEntity,- GGObject,- GGResponseObject
 
 public class SeedResponse extends AbstractGGResponseObject A seed for an entrant
- 
- 
Constructor SummaryConstructors Constructor Description SeedResponse()SeedResponse(IDResponse id, JSONResponse checkedInParticipants, EntrantResponse entrant, IntResponse groupSeedNum, BooleanResponse isBye, PhaseResponse phase, PhaseGroupResponse phaseGroup, StringResponse placeholderName, IntResponse placement, ListResponse<PlayerResponse> players, IntResponse progressionSeedId, ProgressionResponse progressionSource, IntResponse seedNum, JSONResponse setRecordWithoutByes, ListResponse<StandingResponse> standings)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description JSONResponsegetCheckedInParticipants()Map of Participant ID to checked in booleanEntrantResponsegetEntrant()IntResponsegetGroupSeedNum()IDResponsegetId()BooleanResponsegetIsBye()PhaseResponsegetPhase()PhaseGroupResponsegetPhaseGroup()StringResponsegetPlaceholderName()IntResponsegetPlacement()ListResponse<PlayerResponse>getPlayers()The player(s) associated with this seed's entrantIntResponsegetProgressionSeedId()ProgressionResponsegetProgressionSource()Source progression informationIntResponsegetSeedNum()JSONResponsegetSetRecordWithoutByes()Entrant's win/loss record for this standing.ListResponse<StandingResponse>getStandings()- 
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- 
SeedResponsepublic SeedResponse() 
 - 
SeedResponsepublic SeedResponse(IDResponse id, JSONResponse checkedInParticipants, EntrantResponse entrant, IntResponse groupSeedNum, BooleanResponse isBye, PhaseResponse phase, PhaseGroupResponse phaseGroup, StringResponse placeholderName, IntResponse placement, ListResponse<PlayerResponse> players, IntResponse progressionSeedId, ProgressionResponse progressionSource, IntResponse seedNum, JSONResponse setRecordWithoutByes, ListResponse<StandingResponse> standings) 
 
- 
 - 
Method Detail- 
getIdpublic IDResponse getId() 
 - 
getCheckedInParticipantspublic JSONResponse getCheckedInParticipants() Map of Participant ID to checked in boolean
 - 
getEntrantpublic EntrantResponse getEntrant() 
 - 
getGroupSeedNumpublic IntResponse getGroupSeedNum() 
 - 
getIsByepublic BooleanResponse getIsBye() 
 - 
getPhasepublic PhaseResponse getPhase() 
 - 
getPhaseGrouppublic PhaseGroupResponse getPhaseGroup() 
 - 
getPlaceholderNamepublic StringResponse getPlaceholderName() 
 - 
getPlacementpublic IntResponse getPlacement() 
 - 
getPlayerspublic ListResponse<PlayerResponse> getPlayers() The player(s) associated with this seed's entrant
 - 
getProgressionSeedIdpublic IntResponse getProgressionSeedId() 
 - 
getProgressionSourcepublic ProgressionResponse getProgressionSource() Source progression information
 - 
getSeedNumpublic IntResponse getSeedNum() 
 - 
getSetRecordWithoutByespublic JSONResponse getSetRecordWithoutByes() Entrant's win/loss record for this standing. Scores do not include byes.
 - 
getStandingspublic ListResponse<StandingResponse> getStandings() 
 
- 
 
-