Class BracketConfigResponse
- 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.interfaces.BracketConfigResponse
 
 
 
 
- 
- All Implemented Interfaces:
- GGEntity,- GGObject,- GGResponseObject
 - Direct Known Subclasses:
- RaceBracketConfigResponse
 
 public class BracketConfigResponse extends AbstractGGResponseObject Bracket-specific configuration
- 
- 
Constructor SummaryConstructors Constructor Description BracketConfigResponse()BracketConfigResponse(EntityType type)BracketConfigResponse(EntityType type, IDResponse id, BracketTypeResponse bracketType)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BracketTypegetBracketType()BracketTypeResponsegetBracketTypeResponse()IDResponsegetId()- 
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- 
BracketConfigResponsepublic BracketConfigResponse() 
 - 
BracketConfigResponsepublic BracketConfigResponse(@Nonnull EntityType type)
 - 
BracketConfigResponsepublic BracketConfigResponse(@Nonnull EntityType type, IDResponse id, BracketTypeResponse bracketType)
 
- 
 - 
Method Detail- 
getIdpublic IDResponse getId() - Throws:
- java.lang.IllegalStateException- if this is not provided
 
 - 
getBracketTypeResponsepublic BracketTypeResponse getBracketTypeResponse() - Throws:
- java.lang.IllegalStateException- if this is not provided
 
 - 
getBracketTypepublic BracketType getBracketType() - Throws:
- java.lang.IllegalStateException- if this is not provided
 
 
- 
 
-