Class MessageListPage
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.core.Page
 
 @Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") public final class MessageListPage implements Page<Message> 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classMessageListPage.BuilderA builder for MessageListPage. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final List<Message>data()Delegates to MessageListPageResponse, but gracefully handles missing data. final Optional<Boolean>hasMore()Delegates to MessageListPageResponse, but gracefully handles missing data. List<Message>items()Returns the items in this page. BooleanhasNextPage()Returns whether there's another page after this one. final MessageListParamsnextPageParams()MessageListPagenextPage()Returns the page after this one by making another request. final AutoPager<Message>autoPager()final MessageListParamsparams()The parameters that were used to request this page. final MessageListPageResponseresponse()The response that this page was parsed from. final MessageListPage.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MessageListPage.Builderbuilder()Returns a mutable builder for constructing an instance of MessageListPage. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        datafinal List<Message> data() Delegates to MessageListPageResponse, but gracefully handles missing data. 
 - 
                                        hasMorefinal Optional<Boolean> hasMore() Delegates to MessageListPageResponse, but gracefully handles missing data. 
 - 
                                        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 MessageListParams nextPageParams() 
 - 
                                        nextPageMessageListPage nextPage() Returns the page after this one by making another request. 
 - 
                                        paramsfinal MessageListParams params() The parameters that were used to request this page. 
 - 
                                        responsefinal MessageListPageResponse response() The response that this page was parsed from. 
 - 
                                        toBuilderfinal MessageListPage.Builder toBuilder() 
 - 
                                        builderfinal static MessageListPage.Builder builder() Returns a mutable builder for constructing an instance of MessageListPage. The following fields are required: .service() .params() .response()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-