Class TeamResponse
- 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.objects.TeamResponse
-
- All Implemented Interfaces:
GGEntity,GGObject,GGResponseObject
public class TeamResponse extends AbstractGGResponseObject
A team, usually within the context of an event
-
-
Constructor Summary
Constructors Constructor Description TeamResponse()TeamResponse(IDResponse id, StringResponse discriminator, EntrantResponse entrant, EventResponse event, ListResponse<ImageResponse> images, StringResponse name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringResponsegetDiscriminator()Uniquely identifying token for team.EntrantResponsegetEntrant()EventResponsegetEvent()IDResponsegetId()ListResponse<ImageResponse>getImages()StringResponsegetName()-
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
-
TeamResponse
public TeamResponse()
-
TeamResponse
public TeamResponse(IDResponse id, StringResponse discriminator, EntrantResponse entrant, EventResponse event, ListResponse<ImageResponse> images, StringResponse name)
-
-
Method Detail
-
getId
public IDResponse getId()
-
getDiscriminator
public StringResponse getDiscriminator()
Uniquely identifying token for team. Same as the hashed part of the slug
-
getEntrant
public EntrantResponse getEntrant()
-
getEvent
public EventResponse getEvent()
-
getImages
public ListResponse<ImageResponse> getImages()
-
getName
public StringResponse getName()
-
-