Package ai.extend.types
Interface FileContentsSheetsItem._FinalStage
-
- All Known Implementing Classes:
FileContentsSheetsItem.Builder
- Enclosing class:
- FileContentsSheetsItem
public static interface FileContentsSheetsItem._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileContentsSheetsItembuild()FileContentsSheetsItem._FinalStagerawText(java.lang.String rawText)FileContentsSheetsItem._FinalStagerawText(java.util.Optional<java.lang.String> rawText)The raw text content of the sheet in CSV format.
-
-
-
Method Detail
-
build
FileContentsSheetsItem build()
-
rawText
FileContentsSheetsItem._FinalStage rawText(java.util.Optional<java.lang.String> rawText)
The raw text content of the sheet in CSV format.
-
rawText
FileContentsSheetsItem._FinalStage rawText(java.lang.String rawText)
-
-