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