Class TextObject

java.lang.Object
com.slack.api.model.block.composition.TextObject
All Implemented Interfaces:
ContextBlockElement
Direct Known Subclasses:
MarkdownTextObject, PlainTextObject, UnknownTextObject

public abstract class TextObject
extends java.lang.Object
implements ContextBlockElement
https://api.slack.com/reference/messaging/composition-objects#text
  • Constructor Summary

    Constructors 
    Constructor Description
    TextObject()  
  • Method Summary

    Modifier and Type Method Description
    abstract java.lang.String getText()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.slack.api.model.block.ContextBlockElement

    getType
  • Constructor Details

  • Method Details

    • getText

      public abstract java.lang.String getText()