Class EmbedImpl.ProviderImpl
java.lang.Object
com.mewna.catnip.entity.impl.message.EmbedImpl.ProviderImpl
- All Implemented Interfaces:
- Embed.Provider
- Enclosing class:
- EmbedImpl
- 
Constructor Details- 
ProviderImplpublic ProviderImpl()
- 
ProviderImpl
 
- 
- 
Method Details- 
builder
- 
nameDescription copied from interface:Embed.ProviderName of the provider.- Specified by:
- namein interface- Embed.Provider
- Returns:
- Provider's name, or null if absent.
 
- 
urlDescription copied from interface:Embed.ProviderURL of the provider.- Specified by:
- urlin interface- Embed.Provider
- Returns:
- Provider's URL. Never null.
 
- 
name- Returns:
- this.
 
- 
url- Returns:
- this.
 
 
-