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