public interface SuperTeam
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAnnouncement()
Get the announcement of a group
|
long |
getCreateTime()
Get the creation time of a group
|
java.lang.String |
getCreator()
Get the account that created a group
|
java.lang.String |
getExtension()
Get the extension of a group
The field is defined by third party apps. |
java.lang.String |
getExtServer()
get the server extension
The field is defined by third-party apps as getExtension() . |
java.lang.String |
getIcon()
get the avatar of a group
|
java.lang.String |
getId()
Get the ID of a group
|
java.lang.String |
getIntroduce()
Get the group introduction
|
int |
getMemberCount()
Get the member count of a group
|
int |
getMemberLimit()
Get the upper limit of group members.
|
TeamMessageNotifyTypeEnum |
getMessageNotifyType()
Get the notification type of messages received in the group.
|
TeamAllMuteModeEnum |
getMuteMode()
Get the all-mute mode
|
java.lang.String |
getName()
Get the name of a group
|
TeamBeInviteModeEnum |
getTeamBeInviteMode()
Get the invitation accept mode: how to respond to the invitation
|
TeamExtensionUpdateModeEnum |
getTeamExtensionUpdateMode()
Get the edit mode of the extension field of a group profile: who can edit the custom attributes (extension field)
|
TeamInviteModeEnum |
getTeamInviteMode()
Get the invitation mode: who can invite
|
TeamUpdateModeEnum |
getTeamUpdateMode()
Get the edit mode of a group profile: who can edit the group profile.
|
TeamTypeEnum |
getType()
Get the group type
|
VerifyTypeEnum |
getVerifyType()
Get the verification type for joining a group
|
boolean |
isAllMute()
Check if All Mute is applied
|
boolean |
isMyTeam()
Check the membership of the current user
|
void |
setExtension(java.lang.String extension)
Set the extensions for a group
In most cases, the configuration must be a JSON or XML string. |
java.lang.String getId()
java.lang.String getName()
java.lang.String getIcon()
TeamTypeEnum getType()
java.lang.String getAnnouncement()
java.lang.String getIntroduce()
java.lang.String getCreator()
int getMemberCount()
int getMemberLimit()
VerifyTypeEnum getVerifyType()
long getCreateTime()
boolean isMyTeam()
void setExtension(java.lang.String extension)
extension
- extensionjava.lang.String getExtension()
java.lang.String getExtServer()
getExtension()
. CommsEase provides the storage and pass-through delivery. TeamMessageNotifyTypeEnum getMessageNotifyType()
TeamInviteModeEnum getTeamInviteMode()
TeamBeInviteModeEnum getTeamBeInviteMode()
TeamUpdateModeEnum getTeamUpdateMode()
TeamExtensionUpdateModeEnum getTeamExtensionUpdateMode()
boolean isAllMute()
TeamAllMuteModeEnum getMuteMode()