public class RichTextSectionElement extends BlockElement implements RichTextElement
Modifier and Type | Class and Description |
---|---|
static class |
RichTextSectionElement.Broadcast |
static class |
RichTextSectionElement.Channel |
static class |
RichTextSectionElement.Color |
static class |
RichTextSectionElement.Date |
static class |
RichTextSectionElement.Emoji |
static class |
RichTextSectionElement.Link |
static class |
RichTextSectionElement.RichTextSectionElementBuilder |
static class |
RichTextSectionElement.Team |
static class |
RichTextSectionElement.Text |
static class |
RichTextSectionElement.TextStyle |
static class |
RichTextSectionElement.User |
static class |
RichTextSectionElement.UserGroup |
Constructor and Description |
---|
RichTextSectionElement() |
RichTextSectionElement(List<RichTextElement> elements) |
Modifier and Type | Method and Description |
---|---|
static RichTextSectionElement.RichTextSectionElementBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<RichTextElement> |
getElements() |
String |
getType() |
int |
hashCode() |
void |
setElements(List<RichTextElement> elements) |
String |
toString() |
public static final String TYPE
public RichTextSectionElement()
public RichTextSectionElement(List<RichTextElement> elements)
public static RichTextSectionElement.RichTextSectionElementBuilder builder()
public String getType()
getType
in interface RichTextElement
public List<RichTextElement> getElements()
public void setElements(List<RichTextElement> elements)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.