Class InputItemServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.responses.InputItemServiceAsync.WithRawResponse
public final class InputItemServiceAsyncImpl.WithRawResponseImpl implements InputItemServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description InputItemServiceAsync.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<InputItemListPageAsync>>
list(InputItemListParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withOptions
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(InputItemListParams params, RequestOptions requestOptions)
-
-
-
-