Uses of Class
com.slack.api.model.block.composition.PlainTextObject.PlainTextObjectBuilder
Packages that use PlainTextObject.PlainTextObjectBuilder
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of PlainTextObject.PlainTextObjectBuilder in com.slack.api.model.block.composition
Methods in com.slack.api.model.block.composition that return PlainTextObject.PlainTextObjectBuilderModifier and TypeMethodDescriptionPlainTextObject.builder()The documentation of the Slack API states that the verbatim field is optional.PlainTextObject.toBuilder()Method parameters in com.slack.api.model.block.composition with type arguments of type PlainTextObject.PlainTextObjectBuilderModifier and TypeMethodDescriptionstatic PlainTextObjectBlockCompositions.plainText(ModelConfigurator<PlainTextObject.PlainTextObjectBuilder> configurator)