Uses of Class
org.javacord.api.entity.permission.RoleUpdater
-
Packages that use RoleUpdater Package Description org.javacord.api.entity.permission -
-
Uses of RoleUpdater in org.javacord.api.entity.permission
Methods in org.javacord.api.entity.permission that return RoleUpdater Modifier and Type Method Description default RoleUpdaterRole. createUpdater()Gets the updater for this role.RoleUpdaterRoleUpdater. setAuditLogReason(java.lang.String reason)Sets the reason for this update.RoleUpdaterRoleUpdater. setColor(java.awt.Color color)Queues the color to be updated.RoleUpdaterRoleUpdater. setDisplaySeparatelyFlag(boolean displaySeparately)Queues the display separately flag (sometimes called "hoist") to be updated.RoleUpdaterRoleUpdater. setMentionableFlag(boolean mentionable)Queues the mentionable flag to be updated.RoleUpdaterRoleUpdater. setName(java.lang.String name)Queues the name to be updated.RoleUpdaterRoleUpdater. setPermissions(Permissions permissions)Queues the permissions to be updated.
-