Interface TeamMember
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe membership state on the team.static enumThe role in the team. -
Method Summary
-
Method Details
-
getUser
-
getMembershipState
The state of this member.
Note: the API does not seem to provide members withTeamMember.MembershipState.INVITEDto bots.- Returns:
- The
TeamMember.MembershipState, orUNKNOWN
-
getRoleType
The role of this member.- Returns:
- The
TeamMember.RoleType, orUNKNOWN
-
getTeamId
The id for the team this member belongs to.- Returns:
- The team id.
-
getTeamIdLong
long getTeamIdLong()The id for the team this member belongs to.- Returns:
- The team id.
-