Interface InputItemServiceAsync.WithRawResponse
- 
                    
                    - All Implemented Interfaces:
 
 public interface InputItemServiceAsync.WithRawResponseA view of InputItemServiceAsync that provides access to raw HTTP responses for each method. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withOptionsabstract InputItemServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        listCompletableFuture<HttpResponseFor<InputItemListPageAsync>> list(String responseId) Returns a raw HTTP response for get /responses/{response_id}/input_items, but is otherwise the same as InputItemServiceAsync.list.
 - 
                                        listCompletableFuture<HttpResponseFor<InputItemListPageAsync>> list(String responseId, InputItemListParams params, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<HttpResponseFor<InputItemListPageAsync>> list(String responseId, InputItemListParams params) 
 - 
                                        listabstract CompletableFuture<HttpResponseFor<InputItemListPageAsync>> list(InputItemListParams params, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<HttpResponseFor<InputItemListPageAsync>> list(String responseId, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-