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 Summary
Constructors Constructor Description BracketConfigResponse()BracketConfigResponse(EntityType type)BracketConfigResponse(EntityType type, IDResponse id, BracketTypeResponse bracketType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BracketTypegetBracketType()BracketTypeResponsegetBracketTypeResponse()IDResponsegetId()-
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObject
checkProvided, isProvided
-
Methods inherited from class com.github.gpluscb.ggjava.entity.AbstractGGEntity
getGGEntityType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntity
getGGEntityType
-
-
-
-
Constructor Detail
-
BracketConfigResponse
public BracketConfigResponse()
-
BracketConfigResponse
public BracketConfigResponse(@Nonnull EntityType type)
-
BracketConfigResponse
public BracketConfigResponse(@Nonnull EntityType type, IDResponse id, BracketTypeResponse bracketType)
-
-
Method Detail
-
getId
public IDResponse getId()
- Throws:
java.lang.IllegalStateException- if this is not provided
-
getBracketTypeResponse
public BracketTypeResponse getBracketTypeResponse()
- Throws:
java.lang.IllegalStateException- if this is not provided
-
getBracketType
public BracketType getBracketType()
- Throws:
java.lang.IllegalStateException- if this is not provided
-
-