Class ThreadServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.blocking.beta.sessions.ThreadService.WithRawResponse
public final class ThreadServiceImpl.WithRawResponseImpl implements ThreadService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description ThreadService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. EventService.WithRawResponseevents()HttpResponseFor<BetaManagedAgentsSessionThread>retrieve(ThreadRetrieveParams params, RequestOptions requestOptions)HttpResponseFor<ThreadListPage>list(ThreadListParams params, RequestOptions requestOptions)HttpResponseFor<BetaManagedAgentsSessionThread>archive(ThreadArchiveParams params, RequestOptions requestOptions)-
Methods inherited from class com.anthropic.services.blocking.beta.sessions.ThreadService.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
ThreadService.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
EventService.WithRawResponse events()
-
retrieve
HttpResponseFor<BetaManagedAgentsSessionThread> retrieve(ThreadRetrieveParams params, RequestOptions requestOptions)
-
list
HttpResponseFor<ThreadListPage> list(ThreadListParams params, RequestOptions requestOptions)
-
archive
HttpResponseFor<BetaManagedAgentsSessionThread> archive(ThreadArchiveParams params, RequestOptions requestOptions)
-
-
-
-