Interface RoleMemberCount
public interface RoleMemberCount
Represents a role ID alongside the number of members who have it.
-
Method Details
-
getRoleIdLong
long getRoleIdLong()The role ID as along.- Returns:
- The role ID
-
getRoleId
-
getRole
-
getMemberCount
int getMemberCount()The number of members which have the role.- Returns:
- The number of members which have the role
-