Interface Embed.Footer

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

public static interface Embed.Footer
  • Method Summary

    Modifier and Type
    Method
    Description
    Icon URL of the footer.
    Icon proxy URL of the footer.
    Text of the footer.
  • Method Details

    • text

      @Nonnull @CheckReturnValue String text()
      Text of the footer.
      Returns:
      Footer's text. Never null.
    • iconUrl

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

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