Class MatchConfigResponse
- 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.MatchConfigResponse
-
- All Implemented Interfaces:
GGEntity
,GGObject
,GGResponseObject
- Direct Known Subclasses:
RaceMatchConfigResponse
public class MatchConfigResponse extends AbstractGGResponseObject
Match-level configuration
-
-
Constructor Summary
Constructors Constructor Description MatchConfigResponse()
MatchConfigResponse(EntityType type)
MatchConfigResponse(EntityType type, IDResponse id, BracketTypeResponse bracketType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BracketType
getBracketType()
BracketTypeResponse
getBracketTypeResponse()
IDResponse
getId()
-
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
-
MatchConfigResponse
public MatchConfigResponse()
-
MatchConfigResponse
public MatchConfigResponse(@Nonnull EntityType type)
-
MatchConfigResponse
public MatchConfigResponse(@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
-
-