Interface Embed.Author

All Known Implementing Classes:
EmbedImpl.AuthorImpl
Enclosing interface:
Embed

public static interface Embed.Author
  • Method Summary

    Modifier and Type
    Method
    Description
    Icon URL of the author.
    Name of the author.
    Icon proxy URL of the author.
    url()
    URL of the author.
  • Method Details

    • name

      @Nonnull @CheckReturnValue String name()
      Name of the author.
      Returns:
      Embed author's name. Never null.
    • url

      @CheckReturnValue String url()
      URL of the author.
      Returns:
      Embed author's URL, or null if absent.
    • iconUrl

      @CheckReturnValue String iconUrl()
      Icon URL of the author.
      Returns:
      Embed author's icon URL, or null if absent.
    • proxyIconUrl

      @CheckReturnValue String proxyIconUrl()
      Icon proxy URL of the author.
      Returns:
      Embed author's icon proxy URL, or null if absent.