Class MarkdownTextObject.MarkdownTextObjectBuilder
java.lang.Object
com.slack.api.model.block.composition.MarkdownTextObject.MarkdownTextObjectBuilder
- Enclosing class:
- MarkdownTextObject
public static class MarkdownTextObject.MarkdownTextObjectBuilder
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description MarkdownTextObjectbuild()MarkdownTextObject.MarkdownTextObjectBuildertext(java.lang.String text)java.lang.StringtoString()MarkdownTextObject.MarkdownTextObjectBuilderverbatim(java.lang.Boolean verbatim)The documentation of the Slack API states that the verbatim field is optional.
-
Method Details
-
text
- Returns:
this.
-
verbatim
The documentation of the Slack API states that the verbatim field is optional. The API examples always render the emoji field (as true, but that is its default value) -- so that is not helpful. I picked the Boolean because basically you have 3 possible states: - true - false - not present (and therefore not rendered in the resulting JSON sent to the Slack API)- Returns:
this.
-
build
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-