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