Interface MessageContextMenuUpdaterDelegate
-
- All Superinterfaces:
ApplicationCommandUpdaterDelegate<MessageContextMenu>
public interface MessageContextMenuUpdaterDelegate extends ApplicationCommandUpdaterDelegate<MessageContextMenu>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetName(java.lang.String name)Sets the new name of the message context menu.-
Methods inherited from interface org.javacord.api.interaction.internal.ApplicationCommandUpdaterDelegate
addDescriptionLocalization, addNameLocalization, setDefaultDisabled, setDefaultEnabledForEveryone, setDefaultEnabledForPermissions, setDescription, setEnabledInDms, updateForServer, updateForServer, updateGlobal
-
-
-
-
Method Detail
-
setName
void setName(java.lang.String name)
Sets the new name of the message context menu.- Specified by:
setNamein interfaceApplicationCommandUpdaterDelegate<MessageContextMenu>- Parameters:
name- The name to set.
-
-