Interface HasNullableDescription

All Known Subinterfaces:
ApplicationInfo, Guild, Template
All Known Implementing Classes:
ApplicationInfoImpl, GuildImpl, TemplateImpl

public interface HasNullableDescription
An entity with a nullable description.
Since:
10/15/20.
Author:
amy
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • description

      @Nullable @CheckReturnValue String description()
      Returns:
      The entity's description. May be null.