Package ai.extend.types
Interface FileContentsSectionsItem.EndPageNumberStage
-
- All Known Implementing Classes:
FileContentsSectionsItem.Builder
- Enclosing class:
- FileContentsSectionsItem
public static interface FileContentsSectionsItem.EndPageNumberStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileContentsSectionsItem.MarkdownStageendPageNumber(int endPageNumber)The ending page number of this section.
-
-
-
Method Detail
-
endPageNumber
FileContentsSectionsItem.MarkdownStage endPageNumber(int endPageNumber)
The ending page number of this section.
-
-