Class FileContentPage
-
- All Implemented Interfaces:
public final class FileContentPageRetrieve the parsed contents of a vector store file.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFileContentPage.Responsepublic final classFileContentPage.AutoPager
-
Method Summary
Modifier and Type Method Description final FileContentPage.Responseresponse()final List<FileContentResponse>data()final Stringobject_()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<FileContentParams>getNextPageParams()final Optional<FileContentPage>getNextPage()final FileContentPage.AutoPagerautoPager()final static FileContentPageof(FileService filesService, FileContentParams params, FileContentPage.Response response)-
-
Method Detail
-
response
final FileContentPage.Response response()
-
data
final List<FileContentResponse> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<FileContentParams> getNextPageParams()
-
getNextPage
final Optional<FileContentPage> getNextPage()
-
autoPager
final FileContentPage.AutoPager autoPager()
-
of
final static FileContentPage of(FileService filesService, FileContentParams params, FileContentPage.Response response)
-
-
-
-