Package ai.extend.types
Interface TableDetails.RowCountStage
-
- All Known Implementing Classes:
TableDetails.Builder
- Enclosing class:
- TableDetails
public static interface TableDetails.RowCountStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TableDetails.Builderfrom(TableDetails other)TableDetails.ColumnCountStagerowCount(int rowCount)The number of rows in the table
-
-
-
Method Detail
-
rowCount
TableDetails.ColumnCountStage rowCount(int rowCount)
The number of rows in the table
-
from
TableDetails.Builder from(TableDetails other)
-
-