Package com.intercom.api.types
Interface TextComponent.TextStage
-
- All Known Implementing Classes:
TextComponent.Builder
- Enclosing class:
- TextComponent
public static interface TextComponent.TextStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TextComponent.Builderfrom(TextComponent other)TextComponent._FinalStagetext(java.lang.String text)The text that will be rendered.
-
-
-
Method Detail
-
text
TextComponent._FinalStage text(@NotNull java.lang.String text)
The text that will be rendered.
-
from
TextComponent.Builder from(TextComponent other)
-
-