Package com.openai.models.files
Class FileListPage
-
- All Implemented Interfaces:
public final class FileListPage
Returns a list of files.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
FileListPage.Response
public final class
FileListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final FileListPage.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 Optional<FileListPage>
getNextPage()
final FileListPage.AutoPager
autoPager()
final static FileListPage
of(FileService filesService, FileListParams params, FileListPage.Response response)
-
-
Method Detail
-
response
final FileListPage.Response response()
-
data
final List<FileObject> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<FileListParams> getNextPageParams()
-
getNextPage
final Optional<FileListPage> getNextPage()
-
autoPager
final FileListPage.AutoPager autoPager()
-
of
final static FileListPage of(FileService filesService, FileListParams params, FileListPage.Response response)
-
-
-
-