Interface Embed.Thumbnail

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

public static interface Embed.Thumbnail
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Height of the thumbnail.
    Proxy URL of the thumbnail.
    url()
    URL of the thumbnail.
    int
    Width of the thumbnail.
  • Method Details

    • url

      @Nonnull @CheckReturnValue String url()
      URL of the thumbnail.
      Returns:
      Thumbnail's URL. Never null.
    • proxyUrl

      @CheckReturnValue String proxyUrl()
      Proxy URL of the thumbnail.
      Returns:
      Thumbnail's proxy URL, or null if absent.
    • height

      @CheckReturnValue int height()
      Height of the thumbnail.
      Returns:
      Thumbnail's height, or -1 if absent.
    • width

      @CheckReturnValue int width()
      Width of the thumbnail.
      Returns:
      Thumbnail's width, or -1 if absent.