Package com.openai.services.async
        Class ResponseServiceAsyncImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.async.ResponseServiceAsync
 
 public final class ResponseServiceAsyncImpl implements ResponseServiceAsync 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classResponseServiceAsyncImpl.WithRawResponseImpl
 - 
                                
                            
                                Method SummaryModifier and Type Method Description ResponseServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. ResponseServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. InputItemServiceAsyncinputItems()CompletableFuture<Response>create(ResponseCreateParams params, RequestOptions requestOptions)AsyncStreamResponse<ResponseStreamEvent>createStreaming(ResponseCreateParams params, RequestOptions requestOptions)CompletableFuture<Response>retrieve(ResponseRetrieveParams params, RequestOptions requestOptions)AsyncStreamResponse<ResponseStreamEvent>retrieveStreaming(ResponseRetrieveParams params, RequestOptions requestOptions)CompletableFuture<Void>delete(ResponseDeleteParams params, RequestOptions requestOptions)CompletableFuture<Response>cancel(ResponseCancelParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.async.ResponseServiceAsynccancel, cancel, cancel, cancel, cancel, create, create, create, create, create, createStreaming, createStreaming, createStreaming, createStreaming, createStreaming, delete, delete, delete, delete, delete, retrieve, retrieve, retrieve, retrieve, retrieve, retrieveStreaming, retrieveStreaming, retrieveStreaming, retrieveStreaming, retrieveStreaming
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseResponseServiceAsync.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsResponseServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        inputItemsInputItemServiceAsync inputItems() 
 - 
                                        createCompletableFuture<Response> create(ResponseCreateParams params, RequestOptions requestOptions) 
 - 
                                        createStreamingAsyncStreamResponse<ResponseStreamEvent> createStreaming(ResponseCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<Response> retrieve(ResponseRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        retrieveStreamingAsyncStreamResponse<ResponseStreamEvent> retrieveStreaming(ResponseRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<Void> delete(ResponseDeleteParams params, RequestOptions requestOptions) 
 - 
                                        cancelCompletableFuture<Response> cancel(ResponseCancelParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-