public static class RichTextSectionElement.Emoji extends Object implements RichTextElement
| Modifier and Type | Class and Description |
|---|---|
static class |
RichTextSectionElement.Emoji.EmojiBuilder |
| Constructor and Description |
|---|
Emoji() |
Emoji(String name,
Integer skinTone,
RichTextSectionElement.TextStyle style) |
| Modifier and Type | Method and Description |
|---|---|
static RichTextSectionElement.Emoji.EmojiBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getName() |
Integer |
getSkinTone() |
RichTextSectionElement.TextStyle |
getStyle() |
String |
getType() |
int |
hashCode() |
void |
setName(String name) |
void |
setSkinTone(Integer skinTone) |
void |
setStyle(RichTextSectionElement.TextStyle style) |
String |
toString() |
public static final String TYPE
public Emoji()
public Emoji(String name, Integer skinTone, RichTextSectionElement.TextStyle style)
public static RichTextSectionElement.Emoji.EmojiBuilder builder()
public String getType()
getType in interface RichTextElementpublic String getName()
public Integer getSkinTone()
public RichTextSectionElement.TextStyle getStyle()
public void setName(String name)
public void setSkinTone(Integer skinTone)
public void setStyle(RichTextSectionElement.TextStyle style)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.