Package com.openai.errors
        Class NotFoundException.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class NotFoundException.BuilderA builder for NotFoundException. 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description final NotFoundException.Builderheaders(Headers headers)final NotFoundException.Buildererror(ErrorObject error)final NotFoundException.Buildererror(Optional<ErrorObject> error)Alias for calling Builder.error with error.orElse(null).final NotFoundException.Buildercause(Throwable cause)final NotFoundException.Buildercause(Optional<Throwable> cause)Alias for calling Builder.cause with cause.orElse(null).final NotFoundExceptionbuild()Returns an immutable instance of NotFoundException. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        headersfinal NotFoundException.Builder headers(Headers headers) 
 - 
                                        errorfinal NotFoundException.Builder error(ErrorObject error) 
 - 
                                        errorfinal NotFoundException.Builder error(Optional<ErrorObject> error) Alias for calling Builder.error with error.orElse(null).
 - 
                                        causefinal NotFoundException.Builder cause(Throwable cause) 
 - 
                                        causefinal NotFoundException.Builder cause(Optional<Throwable> cause) Alias for calling Builder.cause with cause.orElse(null).
 - 
                                        buildfinal NotFoundException build() Returns an immutable instance of NotFoundException. Further updates to this Builder will not mutate the returned instance. The following fields are required: .headers()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-