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