Class FileContentPage
-
- All Implemented Interfaces:
public final class FileContentPage
Retrieve the parsed contents of a vector store file.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
FileContentPage.Response
public final class
FileContentPage.AutoPager
-
Method Summary
Modifier and Type Method Description final FileContentPage.Response
response()
final List<FileContentResponse>
data()
final String
object_()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final Boolean
hasNextPage()
final Optional<FileContentParams>
getNextPageParams()
final Optional<FileContentPage>
getNextPage()
final FileContentPage.AutoPager
autoPager()
final static FileContentPage
of(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)
-
-
-
-