setMentionedUserIdList

public void setMentionedUserIdList(List<String> userList)

Sets the user list for @mentions. If mentioning specific users, userIdList cannot be empty; if mentioning all users, pass NULL for userIdList.

Parameters

userList

The user list for @mentions. If mentioning specific users, userIdList cannot be empty; if mentioning all users, pass NULL for userIdList.