Interface Block._FinalStage

  • All Known Implementing Classes:
    Block.Builder
    Enclosing class:
    Block

    public static interface Block._FinalStage
    • Method Detail

      • parentBlockId

        Block._FinalStage parentBlockId​(java.util.Optional<java.lang.String> parentBlockId)

        The ID of the parent block. For example, for a table cell block, this would be the ID of the parent table block. Only set if this is a child block.

      • children

        Block._FinalStage children​(java.util.Optional<java.util.List<Block>> children)

        An array of child blocks. For example, a table block may contain table cell blocks as children when cellBlocksEnabled is set to true.