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
-
Constructor Summary
-
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.Footer
Text of the footer.- Specified by:
text
in interfaceEmbed.Footer
- Returns:
- Footer's text. Never null.
-
iconUrl
Description copied from interface:Embed.Footer
Icon URL of the footer.- Specified by:
iconUrl
in interfaceEmbed.Footer
- Returns:
- Footer's icon URL, or null if absent.
-
proxyIconUrl
Description copied from interface:Embed.Footer
Icon proxy URL of the footer.- Specified by:
proxyIconUrl
in interfaceEmbed.Footer
- Returns:
- Footer's icon proxy URL, or null if absent.
-
text
- Returns:
this
.
-
iconUrl
- Returns:
this
.
-
proxyIconUrl
- Returns:
this
.
-