Package org.javacord.api.entity
Interface Nameable
-
- All Known Subinterfaces:
Activity,ApplicationInfo,ChannelCategory,CustomEmoji,EditableEmbedField,EmbedAuthor,EmbedField,EmbedProvider,KnownCustomEmoji,MessageAuthor,Role,Server,ServerChannel,ServerTextChannel,ServerVoiceChannel,User
- All Known Implementing Classes:
AuditLogChangeType,Region
public interface NameableThis class represents an entity which has a name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Gets the name of the entity.
-
-
-
Method Detail
-
getName
String getName()
Gets the name of the entity.- Returns:
- The name of the entity.
-
-