Package ai.extend.types
Interface FileContentsSheetsItem.SheetNameStage
-
- All Known Implementing Classes:
FileContentsSheetsItem.Builder
- Enclosing class:
- FileContentsSheetsItem
public static interface FileContentsSheetsItem.SheetNameStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileContentsSheetsItem.Builderfrom(FileContentsSheetsItem other)FileContentsSheetsItem._FinalStagesheetName(java.lang.String sheetName)The name of the sheet.
-
-
-
Method Detail
-
sheetName
FileContentsSheetsItem._FinalStage sheetName(@NotNull java.lang.String sheetName)
The name of the sheet.
-
from
FileContentsSheetsItem.Builder from(FileContentsSheetsItem other)
-
-