Class EmbedImpl.FooterImpl
java.lang.Object
com.mewna.catnip.entity.impl.message.EmbedImpl.FooterImpl
- All Implemented Interfaces:
Embed.Footer
- Enclosing class:
- EmbedImpl
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()iconUrl()Icon URL of the footer.Icon proxy URL of the footer.proxyIconUrl(String proxyIconUrl) text()Text of the footer.
-
Constructor Details
-
FooterImpl
public FooterImpl() -
FooterImpl
-
-
Method Details
-
builder
-
text
Description copied from interface:Embed.FooterText of the footer.- Specified by:
textin interfaceEmbed.Footer- Returns:
- Footer's text. Never null.
-
iconUrl
Description copied from interface:Embed.FooterIcon URL of the footer.- Specified by:
iconUrlin interfaceEmbed.Footer- Returns:
- Footer's icon URL, or null if absent.
-
proxyIconUrl
Description copied from interface:Embed.FooterIcon proxy URL of the footer.- Specified by:
proxyIconUrlin interfaceEmbed.Footer- Returns:
- Footer's icon proxy URL, or null if absent.
-
text
- Returns:
this.
-
iconUrl
- Returns:
this.
-
proxyIconUrl
- Returns:
this.
-