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