Class FileContentPageAsync
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.core.PageAsync
 
 public final class FileContentPageAsync implements PageAsync<FileContentResponse> 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classFileContentPageAsync.BuilderA builder for FileContentPageAsync. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final List<FileContentResponse>data()Delegates to FileContentPageResponse, but gracefully handles missing data. final JsonValueobject_()List<FileContentResponse>items()Returns the items in this page. BooleanhasNextPage()Returns whether there's another page after this one. final FileContentParamsnextPageParams()CompletableFuture<FileContentPageAsync>nextPage()Returns the page after this one by making another request. final AutoPagerAsync<FileContentResponse>autoPager()final FileContentParamsparams()The parameters that were used to request this page. final FileContentPageResponseresponse()The response that this page was parsed from. final FileContentPageAsync.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FileContentPageAsync.Builderbuilder()Returns a mutable builder for constructing an instance of FileContentPageAsync. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        datafinal List<FileContentResponse> data() Delegates to FileContentPageResponse, but gracefully handles missing data. 
 - 
                                        itemsList<FileContentResponse> 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 FileContentParams nextPageParams() 
 - 
                                        nextPageCompletableFuture<FileContentPageAsync> nextPage() Returns the page after this one by making another request. 
 - 
                                        autoPagerfinal AutoPagerAsync<FileContentResponse> autoPager() 
 - 
                                        paramsfinal FileContentParams params() The parameters that were used to request this page. 
 - 
                                        responsefinal FileContentPageResponse response() The response that this page was parsed from. 
 - 
                                        toBuilderfinal FileContentPageAsync.Builder toBuilder() 
 - 
                                        builderfinal static FileContentPageAsync.Builder builder() Returns a mutable builder for constructing an instance of FileContentPageAsync. The following fields are required: .service() .streamHandlerExecutor() .params() .response()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-