Class TeamMemberResponse
- 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.TeamMemberResponse
-
- All Implemented Interfaces:
GGEntity
,GGObject
,GGResponseObject
public class TeamMemberResponse extends AbstractGGResponseObject
A member of a team
-
-
Constructor Summary
Constructors Constructor Description TeamMemberResponse()
TeamMemberResponse(IDResponse id, BooleanResponse isAlternate, BooleanResponse isCaptain, TeamMemberTypeResponse memberType, ParticipantResponse participant, PlayerResponse player, TeamMemberStatusResponse status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IDResponse
getId()
BooleanResponse
getIsAlternate()
BooleanResponse
getIsCaptain()
TeamMemberTypeResponse
getMemberType()
The type of the team memberParticipantResponse
getParticipant()
PlayerResponse
getPlayer()
TeamMemberStatusResponse
getStatus()
The status of the team member-
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
-
TeamMemberResponse
public TeamMemberResponse()
-
TeamMemberResponse
public TeamMemberResponse(IDResponse id, BooleanResponse isAlternate, BooleanResponse isCaptain, TeamMemberTypeResponse memberType, ParticipantResponse participant, PlayerResponse player, TeamMemberStatusResponse status)
-
-
Method Detail
-
getId
public IDResponse getId()
-
getIsAlternate
public BooleanResponse getIsAlternate()
-
getIsCaptain
public BooleanResponse getIsCaptain()
-
getMemberType
public TeamMemberTypeResponse getMemberType()
The type of the team member
-
getParticipant
public ParticipantResponse getParticipant()
-
getPlayer
public PlayerResponse getPlayer()
-
getStatus
public TeamMemberStatusResponse getStatus()
The status of the team member
-
-