Package net.dv8tion.jda.api.entities
Class MessageEmbed.Provider
java.lang.Object
net.dv8tion.jda.api.entities.MessageEmbed.Provider
- Enclosing class:
 MessageEmbed
Multipurpose class that represents a provider of content,
 whether directly through creation or indirectly through hosting.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
Provider
 
 - 
 - 
Method Details
- 
getName
The name of the provider.
If this is an author, most likely the author's username.
If this is a website, most likely the site's name.- Returns:
 - Possibly-null String containing the name of the provider.
 
 - 
getUrl
The url of the provider.- Returns:
 - Possibly-null String containing the url of the provider.
 
 - 
equals
 
 -