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.interfaces.TeamResponse
 
 
 
 
- 
- All Implemented Interfaces:
- GGEntity,- GGObject,- GGResponseObject
 - Direct Known Subclasses:
- EventTeamResponse,- GlobalTeamResponse
 
 public class TeamResponse extends AbstractGGResponseObject A team, either at the global level or within the context of an event
- 
- 
Constructor SummaryConstructors Constructor Description TeamResponse()TeamResponse(EntityType type)TeamResponse(EntityType type, IDResponse id, StringResponse discriminator, EntrantResponse entrant, EventResponse event, ListResponse<ImageResponse> images, ListResponse<TeamMemberResponse> members, StringResponse name)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringResponsegetDiscriminator()Uniquely identifying token for team.EntrantResponsegetEntrant()Deprecated.Use the entrant field off the EventTeam typeEventResponsegetEvent()Deprecated.Use the event field off the EventTeam typeIDResponsegetId()ListResponse<ImageResponse>getImages()ListResponse<TeamMemberResponse>getMembers()StringResponsegetName()- 
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObjectcheckProvided, isProvided
 - 
Methods inherited from class com.github.gpluscb.ggjava.entity.AbstractGGEntitygetGGEntityType
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntitygetGGEntityType
 
- 
 
- 
- 
- 
Constructor Detail- 
TeamResponsepublic TeamResponse() 
 - 
TeamResponsepublic TeamResponse(@Nonnull EntityType type)
 - 
TeamResponsepublic TeamResponse(@Nonnull EntityType type, IDResponse id, StringResponse discriminator, EntrantResponse entrant, EventResponse event, ListResponse<ImageResponse> images, ListResponse<TeamMemberResponse> members, StringResponse name)
 
- 
 - 
Method Detail- 
getIdpublic IDResponse getId() 
 - 
getDiscriminatorpublic StringResponse getDiscriminator() Uniquely identifying token for team. Same as the hashed part of the slug
 - 
getEntrant@Deprecated public EntrantResponse getEntrant() Deprecated.Use the entrant field off the EventTeam type
 - 
getEvent@Deprecated public EventResponse getEvent() Deprecated.Use the event field off the EventTeam type
 - 
getImagespublic ListResponse<ImageResponse> getImages() 
 - 
getMemberspublic ListResponse<TeamMemberResponse> getMembers() 
 - 
getNamepublic StringResponse getName() 
 
- 
 
-