Package ai.extend.types
Interface FileSummary.NameStage
-
- All Known Implementing Classes:
FileSummary.Builder
- Enclosing class:
- FileSummary
public static interface FileSummary.NameStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileSummary.MetadataStagename(java.lang.String name)The name of the file
-
-
-
Method Detail
-
name
FileSummary.MetadataStage name(@NotNull java.lang.String name)
The name of the file
Example:
"Invoices.pdf"
-
-