Interface ChildBlock.Builder

  • Method Details

    • childBlockId

      ChildBlock.Builder childBlockId(String childBlockId)

      Unique identifier for the child block.

      Parameters:
      childBlockId - Unique identifier for the child block.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • beginOffset

      ChildBlock.Builder beginOffset(Integer beginOffset)

      Offset of the start of the child block within its parent block.

      Parameters:
      beginOffset - Offset of the start of the child block within its parent block.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endOffset

      ChildBlock.Builder endOffset(Integer endOffset)

      Offset of the end of the child block within its parent block.

      Parameters:
      endOffset - Offset of the end of the child block within its parent block.
      Returns:
      Returns a reference to this object so that method calls can be chained together.