Class TeamRosterSizeResponse
- 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.TeamRosterSizeResponse
 
 
 
 
- 
- All Implemented Interfaces:
- GGEntity,- GGObject,- GGResponseObject
 
 public class TeamRosterSizeResponse extends AbstractGGResponseObject Team roster size requirements
- 
- 
Constructor SummaryConstructors Constructor Description TeamRosterSizeResponse()TeamRosterSizeResponse(IntResponse maxAlternates, IntResponse maxPlayers, IntResponse minAlternates, IntResponse minPlayers)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IntResponsegetMaxAlternates()IntResponsegetMaxPlayers()IntResponsegetMinAlternates()IntResponsegetMinPlayers()- 
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- 
TeamRosterSizeResponsepublic TeamRosterSizeResponse() 
 - 
TeamRosterSizeResponsepublic TeamRosterSizeResponse(IntResponse maxAlternates, IntResponse maxPlayers, IntResponse minAlternates, IntResponse minPlayers) 
 
- 
 - 
Method Detail- 
getMaxAlternatespublic IntResponse getMaxAlternates() 
 - 
getMaxPlayerspublic IntResponse getMaxPlayers() 
 - 
getMinAlternatespublic IntResponse getMinAlternates() 
 - 
getMinPlayerspublic IntResponse getMinPlayers() 
 
- 
 
-