Interface HasNullableName

All Known Subinterfaces:
Emoji, Emoji.ActivityEmoji, Emoji.CustomEmoji, Emoji.UnicodeEmoji, Webhook
All Known Implementing Classes:
ActivityEmojiImpl, CustomEmojiImpl, UnicodeEmojiImpl, WebhookImpl

public interface HasNullableName
An entity with a potentially-null name.
Since:
10/15/20.
Author:
amy
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • name

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