AllowedMentionsBuilder |
AllowedMentionsBuilder.addRole(long roleId) |
Adds a role to the list which will be mentioned.
|
AllowedMentionsBuilder |
AllowedMentionsBuilder.addRole(String roleId) |
Adds a role to the list which will be mentioned.
|
AllowedMentionsBuilder |
AllowedMentionsBuilder.addRoles(Collection<Long> roleIds) |
Adds the roles to the list which will be mentioned.
|
AllowedMentionsBuilder |
AllowedMentionsBuilder.addUser(long userId) |
Adds a user to the list which will be mentioned.
|
AllowedMentionsBuilder |
AllowedMentionsBuilder.addUser(String userId) |
Adds a user to the list which will be mentioned.
|
AllowedMentionsBuilder |
AllowedMentionsBuilder.addUsers(Collection<Long> userIds) |
Adds the users to the list which will be mentioned.
|
AllowedMentionsBuilder |
AllowedMentionsBuilder.removeRole(long roleId) |
Removes a role from the list which will be mentioned.
|
AllowedMentionsBuilder |
AllowedMentionsBuilder.removeRole(String roleId) |
Removes a role from the list which will be mentioned.
|
AllowedMentionsBuilder |
AllowedMentionsBuilder.removeRoles(Collection<Long> roleIds) |
Removes the roles from the list which will be mentioned.
|
AllowedMentionsBuilder |
AllowedMentionsBuilder.removeUser(long userId) |
Removes an user from the list which will be mentioned.
|
AllowedMentionsBuilder |
AllowedMentionsBuilder.removeUser(String userId) |
Removes an user from the list which will be mentioned.
|
AllowedMentionsBuilder |
AllowedMentionsBuilder.removeUsers(Collection<Long> userIds) |
Removes the users from the list which will be mentioned.
|
AllowedMentionsBuilder |
AllowedMentionsBuilder.setMentionEveryoneAndHere(boolean value) |
Mentions @everyone and @here.
|
AllowedMentionsBuilder |
AllowedMentionsBuilder.setMentionRoles(boolean value) |
Mentions all mentioned roles.
|
AllowedMentionsBuilder |
AllowedMentionsBuilder.setMentionUsers(boolean value) |
Mentions all mentioned users.
|