Package ai.extend.types
Class BlockMetadataSheet.Builder
- java.lang.Object
-
- ai.extend.types.BlockMetadataSheet.Builder
-
- All Implemented Interfaces:
BlockMetadataSheet._FinalStage,BlockMetadataSheet.IndexStage,BlockMetadataSheet.NameStage
- Enclosing class:
- BlockMetadataSheet
public static final class BlockMetadataSheet.Builder extends java.lang.Object implements BlockMetadataSheet.IndexStage, BlockMetadataSheet.NameStage, BlockMetadataSheet._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockMetadataSheetbuild()BlockMetadataSheet.Builderfrom(BlockMetadataSheet other)BlockMetadataSheet.NameStageindex(int index)The zero-based index of the sheet in the original workbook.BlockMetadataSheet._FinalStagename(java.lang.String name)The name of the sheet in the original workbook.
-
-
-
Method Detail
-
from
public BlockMetadataSheet.Builder from(BlockMetadataSheet other)
- Specified by:
fromin interfaceBlockMetadataSheet.IndexStage
-
index
public BlockMetadataSheet.NameStage index(int index)
The zero-based index of the sheet in the original workbook.
The zero-based index of the sheet in the original workbook.
- Specified by:
indexin interfaceBlockMetadataSheet.IndexStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
name
public BlockMetadataSheet._FinalStage name(@NotNull java.lang.String name)
The name of the sheet in the original workbook.
The name of the sheet in the original workbook.
- Specified by:
namein interfaceBlockMetadataSheet.NameStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public BlockMetadataSheet build()
- Specified by:
buildin interfaceBlockMetadataSheet._FinalStage
-
-