Uses of Class
org.javacord.api.entity.server.DefaultMessageNotificationLevel
-
Packages that use DefaultMessageNotificationLevel Package Description org.javacord.api.entity.server org.javacord.api.entity.server.internal org.javacord.api.event.server -
-
Uses of DefaultMessageNotificationLevel in org.javacord.api.entity.server
Methods in org.javacord.api.entity.server that return DefaultMessageNotificationLevel Modifier and Type Method Description static DefaultMessageNotificationLevelDefaultMessageNotificationLevel. fromId(int id)Gets the default message notification level by its id.DefaultMessageNotificationLevelServer. getDefaultMessageNotificationLevel()Gets the default message notification level of the server.static DefaultMessageNotificationLevelDefaultMessageNotificationLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static DefaultMessageNotificationLevel[]DefaultMessageNotificationLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.javacord.api.entity.server with parameters of type DefaultMessageNotificationLevel Modifier and Type Method Description ServerBuilderServerBuilder. setDefaultMessageNotificationLevel(DefaultMessageNotificationLevel defaultMessageNotificationLevel)Sets the server's default message notification level.ServerUpdaterServerUpdater. setDefaultMessageNotificationLevel(DefaultMessageNotificationLevel defaultMessageNotificationLevel)Queues the default message notification level to be updated.default CompletableFuture<Void>Server. updateDefaultMessageNotificationLevel(DefaultMessageNotificationLevel defaultMessageNotificationLevel)Updates the default message notification level of the server. -
Uses of DefaultMessageNotificationLevel in org.javacord.api.entity.server.internal
Methods in org.javacord.api.entity.server.internal with parameters of type DefaultMessageNotificationLevel Modifier and Type Method Description voidServerBuilderDelegate. setDefaultMessageNotificationLevel(DefaultMessageNotificationLevel defaultMessageNotificationLevel)Sets the server's default message notification level.voidServerUpdaterDelegate. setDefaultMessageNotificationLevel(DefaultMessageNotificationLevel defaultMessageNotificationLevel)Queues the default message notification level to be updated. -
Uses of DefaultMessageNotificationLevel in org.javacord.api.event.server
Methods in org.javacord.api.event.server that return DefaultMessageNotificationLevel Modifier and Type Method Description DefaultMessageNotificationLevelServerChangeDefaultMessageNotificationLevelEvent. getNewDefaultMessageNotificationLevel()Gets the new default message notification level of the server.DefaultMessageNotificationLevelServerChangeDefaultMessageNotificationLevelEvent. getOldDefaultMessageNotificationLevel()Gets the old default message notification level of the server.
-