Interface Embed.Provider

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

public static interface Embed.Provider
  • Method Summary

    Modifier and Type
    Method
    Description
    Name of the provider.
    url()
    URL of the provider.
  • Method Details

    • name

      @CheckReturnValue String name()
      Name of the provider.
      Returns:
      Provider's name, or null if absent.
    • url

      @Nonnull @CheckReturnValue String url()
      URL of the provider.
      Returns:
      Provider's URL. Never null.