Package discord4j.core.object
Class Embed.Provider
- java.lang.Object
-
- discord4j.core.object.Embed.Provider
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description discord4j.discordjson.json.EmbedProviderDatagetData()Gets the data of the provider.EmbedgetEmbed()Gets theEmbedassociated to this object.Optional<String>getName()Gets the name of the provider.Optional<String>getUrl()Gets the URL of the provider.
-
-
-
Method Detail
-
getEmbed
public Embed getEmbed()
Gets theEmbedassociated to this object.- Returns:
- The
Embedassociated to this object.
-
getData
public discord4j.discordjson.json.EmbedProviderData getData()
Gets the data of the provider.- Returns:
- The data of the provider.
-
getName
public Optional<String> getName()
Gets the name of the provider.- Returns:
- The name of the provider.
-
-