Class FileListPageAsync
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.core.PageAsync
 
 public final class FileListPageAsync implements PageAsync<FileListResponse> 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classFileListPageAsync.BuilderA builder for FileListPageAsync. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final List<FileListResponse>data()Delegates to FileListPageResponse, but gracefully handles missing data. final Optional<Boolean>hasMore()Delegates to FileListPageResponse, but gracefully handles missing data. List<FileListResponse>items()Returns the items in this page. BooleanhasNextPage()Returns whether there's another page after this one. final FileListParamsnextPageParams()CompletableFuture<FileListPageAsync>nextPage()Returns the page after this one by making another request. final AutoPagerAsync<FileListResponse>autoPager()final FileListParamsparams()The parameters that were used to request this page. final FileListPageResponseresponse()The response that this page was parsed from. final FileListPageAsync.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FileListPageAsync.Builderbuilder()Returns a mutable builder for constructing an instance of FileListPageAsync. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        datafinal List<FileListResponse> data() Delegates to FileListPageResponse, but gracefully handles missing data. 
 - 
                                        hasMorefinal Optional<Boolean> hasMore() Delegates to FileListPageResponse, but gracefully handles missing data. 
 - 
                                        itemsList<FileListResponse> items() Returns the items in this page. 
 - 
                                        hasNextPageBoolean hasNextPage() Returns whether there's another page after this one. The method generally doesn't make requests so the result depends entirely on the data in this page. If a significant amount of time has passed between requesting this page and calling this method, then the result could be stale. 
 - 
                                        nextPageParamsfinal FileListParams nextPageParams() 
 - 
                                        nextPageCompletableFuture<FileListPageAsync> nextPage() Returns the page after this one by making another request. 
 - 
                                        autoPagerfinal AutoPagerAsync<FileListResponse> autoPager() 
 - 
                                        paramsfinal FileListParams params() The parameters that were used to request this page. 
 - 
                                        responsefinal FileListPageResponse response() The response that this page was parsed from. 
 - 
                                        toBuilderfinal FileListPageAsync.Builder toBuilder() 
 - 
                                        builderfinal static FileListPageAsync.Builder builder() Returns a mutable builder for constructing an instance of FileListPageAsync. The following fields are required: .service() .streamHandlerExecutor() .params() .response()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-