Class EventTeamResponse
- 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.TeamResponse
-
- com.github.gpluscb.ggjava.entity.object.response.objects.EventTeamResponse
-
- All Implemented Interfaces:
GGEntity
,GGObject
,GGResponseObject
public class EventTeamResponse extends TeamResponse
An event-level Team, in the context of some competition
-
-
Constructor Summary
Constructors Constructor Description EventTeamResponse(GlobalTeamResponse globalTeam)
EventTeamResponse(IDResponse id, StringResponse discriminator, EntrantResponse entrant, EventResponse event, ListResponse<ImageResponse> images, ListResponse<TeamMemberResponse> members, StringResponse name, GlobalTeamResponse globalTeam)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlobalTeamResponse
getGlobalTeam()
-
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.interfaces.TeamResponse
getDiscriminator, getEntrant, getEvent, getId, getImages, getMembers, getName
-
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
-
EventTeamResponse
public EventTeamResponse(GlobalTeamResponse globalTeam)
-
EventTeamResponse
public EventTeamResponse(IDResponse id, StringResponse discriminator, EntrantResponse entrant, EventResponse event, ListResponse<ImageResponse> images, ListResponse<TeamMemberResponse> members, StringResponse name, GlobalTeamResponse globalTeam)
-
-
Method Detail
-
getGlobalTeam
public GlobalTeamResponse getGlobalTeam()
-
-