ServerUpdater |
ServerUpdater.addRolesToUser(User user,
Collection<Role> roles) |
Queues a collection of roles to be assigned to the user.
|
ServerUpdater |
ServerUpdater.addRoleToUser(User user,
Role role) |
Queues a role to be assigned to the user.
|
default ServerUpdater |
Server.createUpdater() |
Creates an updater for this server.
|
ServerUpdater |
ServerUpdater.removeAfkChannel() |
Queues the afk channel to be removed.
|
ServerUpdater |
ServerUpdater.removeAllRolesFromUser(User user) |
Queues all roles to be removed from the user.
|
ServerUpdater |
ServerUpdater.removeIcon() |
Queues the icon to be removed.
|
ServerUpdater |
ServerUpdater.removeRoleFromUser(User user,
Role role) |
Queues a role to be removed from the user.
|
ServerUpdater |
ServerUpdater.removeRolesFromUser(User user,
Collection<Role> roles) |
Queues a collection of roles to be removed from the user.
|
ServerUpdater |
ServerUpdater.removeSplash() |
Queues the splash to be removed.
|
ServerUpdater |
ServerUpdater.removeSystemChannel() |
Queues the system channel to be removed.
|
ServerUpdater |
ServerUpdater.reorderRoles(List<Role> roles) |
Sets the new order for the server's roles.
|
ServerUpdater |
ServerUpdater.setAfkChannel(ServerVoiceChannel afkChannel) |
Queues the afk channel to be updated.
|
ServerUpdater |
ServerUpdater.setAfkTimeoutInSeconds(int afkTimeout) |
Queues the afk timeout in seconds to be updated.
|
ServerUpdater |
ServerUpdater.setAuditLogReason(String reason) |
Sets the reason for this update.
|
ServerUpdater |
ServerUpdater.setDeafened(User user,
boolean deafened) |
Queues a user's deafened state to be updated.
|
ServerUpdater |
ServerUpdater.setDefaultMessageNotificationLevel(DefaultMessageNotificationLevel defaultMessageNotificationLevel) |
Queues the default message notification level to be updated.
|
ServerUpdater |
ServerUpdater.setExplicitContentFilterLevel(ExplicitContentFilterLevel explicitContentFilterLevel) |
Queues the explicit content filter level to be updated.
|
ServerUpdater |
ServerUpdater.setIcon(byte[] icon) |
Queues the icon to be updated.
|
ServerUpdater |
ServerUpdater.setIcon(byte[] icon,
String fileType) |
Queues the icon to be updated.
|
ServerUpdater |
ServerUpdater.setIcon(BufferedImage icon) |
Queues the icon to be updated.
|
ServerUpdater |
ServerUpdater.setIcon(BufferedImage icon,
String fileType) |
Queues the icon to be updated.
|
ServerUpdater |
ServerUpdater.setIcon(File icon) |
Queues the icon to be updated.
|
ServerUpdater |
ServerUpdater.setIcon(InputStream icon) |
Queues the icon to be updated.
|
ServerUpdater |
ServerUpdater.setIcon(InputStream icon,
String fileType) |
Queues the icon to be updated.
|
ServerUpdater |
ServerUpdater.setIcon(URL icon) |
Queues the icon to be updated.
|
ServerUpdater |
ServerUpdater.setIcon(Icon icon) |
Queues the icon to be updated.
|
ServerUpdater |
ServerUpdater.setMuted(User user,
boolean muted) |
Queues a user's muted state to be updated.
|
ServerUpdater |
ServerUpdater.setName(String name) |
Queues the name to be updated.
|
ServerUpdater |
ServerUpdater.setNickname(User user,
String nickname) |
Queues a user's nickname to be updated.
|
ServerUpdater |
ServerUpdater.setOwner(User owner) |
Queues the owner to be updated.
|
ServerUpdater |
ServerUpdater.setRegion(Region region) |
Queues the region to be updated.
|
ServerUpdater |
ServerUpdater.setSplash(byte[] splash) |
Queues the splash to be updated.
|
ServerUpdater |
ServerUpdater.setSplash(byte[] splash,
String fileType) |
Queues the splash to be updated.
|
ServerUpdater |
ServerUpdater.setSplash(BufferedImage splash) |
Queues the splash to be updated.
|
ServerUpdater |
ServerUpdater.setSplash(BufferedImage splash,
String fileType) |
Queues the splash to be updated.
|
ServerUpdater |
ServerUpdater.setSplash(File splash) |
Queues the splash to be updated.
|
ServerUpdater |
ServerUpdater.setSplash(InputStream splash) |
Queues the splash to be updated.
|
ServerUpdater |
ServerUpdater.setSplash(InputStream splash,
String fileType) |
Queues the splash to be updated.
|
ServerUpdater |
ServerUpdater.setSplash(URL splash) |
Queues the splash to be updated.
|
ServerUpdater |
ServerUpdater.setSplash(Icon splash) |
Queues the splash to be updated.
|
ServerUpdater |
ServerUpdater.setSystemChannel(ServerTextChannel systemChannel) |
Queues the system channel to be updated.
|
ServerUpdater |
ServerUpdater.setVerificationLevel(VerificationLevel verificationLevel) |
Queues the verification level to be updated.
|
ServerUpdater |
ServerUpdater.setVoiceChannel(User user,
ServerVoiceChannel channel) |
Queues a moving a user to a different voice channel.
|