public interface SuperTeamMember
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccount()
Get the account of a group member
|
java.lang.String |
getExtension()
Get the extension field that contains up to 32 characters
|
java.lang.String |
getInvitorAccid()
Get the inviter.
|
long |
getJoinTime()
Get the time when group members joined the group
|
java.lang.String |
getTeamNick()
Get the alias of a group member
|
java.lang.String |
getTid()
Get the group ID
|
TeamMemberType |
getType()
Get the type of a group member
|
boolean |
isInTeam()
Check the membership of a group member
|
boolean |
isMute()
Check if mute is applied
|
java.lang.String getTid()
java.lang.String getAccount()
TeamMemberType getType()
java.lang.String getTeamNick()
boolean isInTeam()
java.lang.String getExtension()
boolean isMute()
long getJoinTime()
java.lang.String getInvitorAccid()