Class FileContentPageAsync
-
- All Implemented Interfaces:
public final class FileContentPageAsync
Retrieve the parsed contents of a vector store file.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
FileContentPageAsync.Response
public final class
FileContentPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final FileContentPageAsync.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 CompletableFuture<Optional<FileContentPageAsync>>
getNextPage()
final FileContentPageAsync.AutoPager
autoPager()
final static FileContentPageAsync
of(FileServiceAsync filesService, FileContentParams params, FileContentPageAsync.Response response)
-
-
Method Detail
-
response
final FileContentPageAsync.Response response()
-
data
final List<FileContentResponse> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<FileContentParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<FileContentPageAsync>> getNextPage()
-
autoPager
final FileContentPageAsync.AutoPager autoPager()
-
of
final static FileContentPageAsync of(FileServiceAsync filesService, FileContentParams params, FileContentPageAsync.Response response)
-
-
-
-