Package ai.extend.types
Interface Block.ContentStage
-
- All Known Implementing Classes:
Block.Builder
- Enclosing class:
- Block
public static interface Block.ContentStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Block.DetailsStagecontent(java.lang.String content)The textual content of the block formatted based on the target format.
-
-
-
Method Detail
-
content
Block.DetailsStage content(@NotNull java.lang.String content)
The textual content of the block formatted based on the target format.
-
-