Package com.openai.models.files
Class FileListPageAsync
-
- All Implemented Interfaces:
public final class FileListPageAsync
Returns a list of files.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
FileListPageAsync.Response
public final class
FileListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final FileListPageAsync.Response
response()
final List<FileObject>
data()
final Optional<Boolean>
hasMore()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final Boolean
hasNextPage()
final Optional<FileListParams>
getNextPageParams()
final CompletableFuture<Optional<FileListPageAsync>>
getNextPage()
final FileListPageAsync.AutoPager
autoPager()
final static FileListPageAsync
of(FileServiceAsync filesService, FileListParams params, FileListPageAsync.Response response)
-
-
Method Detail
-
response
final FileListPageAsync.Response response()
-
data
final List<FileObject> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<FileListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<FileListPageAsync>> getNextPage()
-
autoPager
final FileListPageAsync.AutoPager autoPager()
-
of
final static FileListPageAsync of(FileServiceAsync filesService, FileListParams params, FileListPageAsync.Response response)
-
-
-
-