Class TeamTypeResponse
- 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.enums.EnumResponse<TeamType>
-
- com.github.gpluscb.ggjava.entity.object.response.enums.TeamTypeResponse
-
- All Implemented Interfaces:
GGEntity,GGObject,GGResponseObject
public class TeamTypeResponse extends EnumResponse<TeamType>
The type of the team (event or global)
-
-
Constructor Summary
Constructors Constructor Description TeamTypeResponse()TeamTypeResponse(TeamType value)
-
Method Summary
-
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.enums.EnumResponse
getValue
-
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
-
TeamTypeResponse
public TeamTypeResponse()
-
TeamTypeResponse
public TeamTypeResponse(@Nonnull TeamType value) throws java.lang.IllegalArgumentException- Throws:
java.lang.IllegalArgumentException
-
-