Package | Description |
---|---|
com.alibaba.mobileim.gingko.model.tribe |
Modifier and Type | Method and Description |
---|---|
static YWTribeRole |
YWTribeRole.getEnumDescription(java.lang.String description)
根据群成员角色描述获取对应的YWTribeRole对象
|
static YWTribeRole |
YWTribeRole.getEnumType(int type)
根据群成员角色类型获取对应的YWTribeRole对象
|
YWTribeRole |
YWTribe.getTribeRole()
获取当前登录用户在该群的角色
|
static YWTribeRole |
YWTribeRole.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static YWTribeRole[] |
YWTribeRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|