Class GameSelectionResponse
- 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.GameSelectionResponse
 
 
 
 
- 
- All Implemented Interfaces:
- GGEntity,- GGObject,- GGResponseObject
 
 public class GameSelectionResponse extends AbstractGGResponseObject A selection for this game. i.e. character/stage selection, etc
- 
- 
Constructor SummaryConstructors Constructor Description GameSelectionResponse()GameSelectionResponse(IDResponse id, EntrantResponse entrant, IntResponse orderNum, ParticipantResponse participant, GameSelectionTypeResponse selectionType, IntResponse selectionValue)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EntrantResponsegetEntrant()The entrant who this selection is forIDResponsegetId()IntResponsegetOrderNum()ParticipantResponsegetParticipant()The participant who this selection is for.GameSelectionTypeResponsegetSelectionType()IntResponsegetSelectionValue()- 
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- 
GameSelectionResponsepublic GameSelectionResponse() 
 - 
GameSelectionResponsepublic GameSelectionResponse(IDResponse id, EntrantResponse entrant, IntResponse orderNum, ParticipantResponse participant, GameSelectionTypeResponse selectionType, IntResponse selectionValue) 
 
- 
 - 
Method Detail- 
getIdpublic IDResponse getId() 
 - 
getEntrantpublic EntrantResponse getEntrant() The entrant who this selection is for
 - 
getOrderNumpublic IntResponse getOrderNum() 
 - 
getParticipantpublic ParticipantResponse getParticipant() The participant who this selection is for. This is only populated if there are selections for multiple participants of a single entrant
 - 
getSelectionTypepublic GameSelectionTypeResponse getSelectionType() 
 - 
getSelectionValuepublic IntResponse getSelectionValue() 
 
- 
 
-