Interface HasName

All Known Subinterfaces:
ApplicationCommand, ApplicationCommandInteractionData, ApplicationCommandInteractionDataOption, ApplicationCommandOption, ApplicationCommandOptionChoice<T>, ApplicationCommandOptionDoubleChoice, ApplicationCommandOptionIntegerChoice, ApplicationCommandOptionStringChoice, ApplicationInfo, Category, ChannelMention, Extension, Guild, GuildChannel, Invite.InviteChannel, Invite.InviteGuild, Message.MessageApplication, NewsChannel, PartialGuild, Presence.Activity, Role, StageChannel, Sticker, StoreChannel, Team, Template, TextChannel, ThreadChannel, VoiceChannel, VoiceRegion
All Known Implementing Classes:
AbstractExtension, ApplicationCommandImpl, ApplicationCommandInteractionDataImpl, ApplicationCommandInteractionDataOptionImpl, ApplicationCommandOptionDoubleChoiceImpl, ApplicationCommandOptionImpl, ApplicationCommandOptionIntegerChoiceImpl, ApplicationCommandOptionStringChoiceImpl, ApplicationInfoImpl, CategoryImpl, ChannelMentionImpl, GuildImpl, InviteImpl.InviteChannelImpl, InviteImpl.InviteGuildImpl, MessageApplicationImpl, NewsChannelImpl, PartialGuildImpl, PresenceImpl.ActivityImpl, RoleImpl, StageChannelImpl, StickerImpl, StoreChannelImpl, TeamImpl, TemplateImpl, TextChannelImpl, ThreadChannelImpl, VoiceChannelImpl, VoiceRegionImpl

public interface HasName
An entity that has a name. Name must not be null.
Since:
10/15/20.
Author:
amy
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • name

      @Nonnull @CheckReturnValue String name()