Interface InputItemServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface InputItemServiceAsync.WithRawResponse
A view of InputItemServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract 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.
-
list
CompletableFuture<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.
-
list
CompletableFuture<HttpResponseFor<InputItemListPageAsync>> list(String responseId, InputItemListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<InputItemListPageAsync>> list(String responseId, InputItemListParams params)
-
list
abstract CompletableFuture<HttpResponseFor<InputItemListPageAsync>> list(InputItemListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<InputItemListPageAsync>> list(String responseId, RequestOptions requestOptions)
-
-
-
-