Interface InputItemServiceAsync
- 
                    
                    - All Implemented Interfaces:
 
 public interface InputItemServiceAsync
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceInputItemServiceAsync.WithRawResponseA view of InputItemServiceAsync that provides access to raw HTTP responses for each method. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract InputItemServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract InputItemServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<InputItemListPageAsync>list(String responseId)Returns a list of input items for a given response. CompletableFuture<InputItemListPageAsync>list(String responseId, InputItemListParams params, RequestOptions requestOptions)CompletableFuture<InputItemListPageAsync>list(String responseId, InputItemListParams params)abstract CompletableFuture<InputItemListPageAsync>list(InputItemListParams params, RequestOptions requestOptions)CompletableFuture<InputItemListPageAsync>list(InputItemListParams params)CompletableFuture<InputItemListPageAsync>list(String responseId, RequestOptions requestOptions)- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseabstract InputItemServiceAsync.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsabstract InputItemServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        listCompletableFuture<InputItemListPageAsync> list(String responseId) Returns a list of input items for a given response. 
 - 
                                        listCompletableFuture<InputItemListPageAsync> list(String responseId, InputItemListParams params, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<InputItemListPageAsync> list(String responseId, InputItemListParams params) 
 - 
                                        listabstract CompletableFuture<InputItemListPageAsync> list(InputItemListParams params, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<InputItemListPageAsync> list(InputItemListParams params) 
 - 
                                        listCompletableFuture<InputItemListPageAsync> list(String responseId, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-