Interface EmbedProvider
-
- All Superinterfaces:
Formattable,Nameable
public interface EmbedProvider extends Nameable
This interface represents an embed provider.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URLgetUrl()Gets the url of the provider.
-
-
-
Method Detail
-
getUrl
URL getUrl()
Gets the url of the provider.- Returns:
- The url of the provider.
-
-