public class MarkdownTextObject extends TextObject
| Modifier and Type | Class and Description |
|---|---|
static class |
MarkdownTextObject.MarkdownTextObjectBuilder |
| Constructor and Description |
|---|
MarkdownTextObject() |
MarkdownTextObject(String text,
Boolean verbatim) |
| Modifier and Type | Method and Description |
|---|---|
static MarkdownTextObject.MarkdownTextObjectBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getText() |
String |
getType() |
Boolean |
getVerbatim()
The documentation of the Slack API states that the verbatim field is optional.
|
int |
hashCode() |
void |
setText(String text) |
void |
setVerbatim(Boolean verbatim)
The documentation of the Slack API states that the verbatim field is optional.
|
String |
toString() |
public static final String TYPE
public static MarkdownTextObject.MarkdownTextObjectBuilder builder()
public String getType()
public String getText()
public Boolean getVerbatim()
public void setText(String text)
public void setVerbatim(Boolean verbatim)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.