Class ThreadServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.async.beta.sessions.ThreadServiceAsync.WithRawResponse
public final class ThreadServiceAsyncImpl.WithRawResponseImpl implements ThreadServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description ThreadServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. EventServiceAsync.WithRawResponseevents()CompletableFuture<HttpResponseFor<BetaManagedAgentsSessionThread>>retrieve(ThreadRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<ThreadListPageAsync>>list(ThreadListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<BetaManagedAgentsSessionThread>>archive(ThreadArchiveParams params, RequestOptions requestOptions)-
Methods inherited from class com.anthropic.services.async.beta.sessions.ThreadServiceAsync.WithRawResponse
archive, archive, archive, list, list, list, list, list, retrieve, retrieve, retrieve -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
ThreadServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
events
EventServiceAsync.WithRawResponse events()
-
retrieve
CompletableFuture<HttpResponseFor<BetaManagedAgentsSessionThread>> retrieve(ThreadRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<ThreadListPageAsync>> list(ThreadListParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponseFor<BetaManagedAgentsSessionThread>> archive(ThreadArchiveParams params, RequestOptions requestOptions)
-
-
-
-