Package ai.extend.types
Interface FileContentsSectionsItem.StartPageNumberStage
-
- All Known Implementing Classes:
FileContentsSectionsItem.Builder
- Enclosing class:
- FileContentsSectionsItem
public static interface FileContentsSectionsItem.StartPageNumberStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileContentsSectionsItem.Builderfrom(FileContentsSectionsItem other)FileContentsSectionsItem.EndPageNumberStagestartPageNumber(int startPageNumber)The starting page number of this section.
-
-
-
Method Detail
-
startPageNumber
FileContentsSectionsItem.EndPageNumberStage startPageNumber(int startPageNumber)
The starting page number of this section.
-
from
FileContentsSectionsItem.Builder from(FileContentsSectionsItem other)
-
-