Interface HasDescription

All Known Subinterfaces:
ApplicationCommand, ApplicationCommandOption, Message.MessageApplication, Sticker
All Known Implementing Classes:
ApplicationCommandImpl, ApplicationCommandOptionImpl, MessageApplicationImpl, StickerImpl

public interface HasDescription
An entity that has a description. Description must not be null.
Since:
10/15/20.
Author:
amy
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • description

      @Nonnull @CheckReturnValue String description()