Class StandingResponse
- 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.StandingResponse
 
 
 
 
- 
- All Implemented Interfaces:
- GGEntity,- GGObject,- GGResponseObject
 
 public class StandingResponse extends AbstractGGResponseObject A standing indicates the placement of something within a container.
- 
- 
Constructor SummaryConstructors Constructor Description StandingResponse()StandingResponse(IDResponse id, StandingContainerResponse container, EntrantResponse entrant, BooleanResponse isFinal, JSONResponse metadata, IntResponse placement, PlayerResponse player, IntResponse standing, StandingStatsResponse stats, FloatResponse totalPoints)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StandingContainerResponsegetContainer()The containing entity that contextualizes this standing.EntrantResponsegetEntrant()If the entity this standing is assigned to can be resolved into an entrant, this will provide the entrant.IDResponsegetId()BooleanResponsegetIsFinal()JSONResponsegetMetadata()Metadata that goes along with this standing.IntResponsegetPlacement()PlayerResponsegetPlayer()The player(s) tied to this standing's entityIntResponsegetStanding()Deprecated.The "placement" field is identical and will eventually replace "standing"StandingStatsResponsegetStats()FloatResponsegetTotalPoints()- 
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- 
StandingResponsepublic StandingResponse() 
 - 
StandingResponsepublic StandingResponse(IDResponse id, StandingContainerResponse container, EntrantResponse entrant, BooleanResponse isFinal, JSONResponse metadata, IntResponse placement, PlayerResponse player, IntResponse standing, StandingStatsResponse stats, FloatResponse totalPoints) 
 
- 
 - 
Method Detail- 
getIdpublic IDResponse getId() 
 - 
getContainerpublic StandingContainerResponse getContainer() The containing entity that contextualizes this standing. Event standings, for example, represent an entrant's standing in the entire event vs. Set standings which is an entrant's standing in only a single set within an event.
 - 
getEntrantpublic EntrantResponse getEntrant() If the entity this standing is assigned to can be resolved into an entrant, this will provide the entrant.
 - 
getIsFinalpublic BooleanResponse getIsFinal() 
 - 
getMetadatapublic JSONResponse getMetadata() Metadata that goes along with this standing. Can take on different forms based on standing group type and settings.
 - 
getPlacementpublic IntResponse getPlacement() 
 - 
getPlayerpublic PlayerResponse getPlayer() The player(s) tied to this standing's entity
 - 
getStanding@Deprecated public IntResponse getStanding() Deprecated.The "placement" field is identical and will eventually replace "standing"
 - 
getStatspublic StandingStatsResponse getStats() 
 - 
getTotalPointspublic FloatResponse getTotalPoints() 
 
- 
 
-