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