Class SessionServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.blocking.beta.SessionService.WithRawResponse
public final class SessionServiceImpl.WithRawResponseImpl implements SessionService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description SessionService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. EventService.WithRawResponseevents()ResourceService.WithRawResponseresources()ThreadService.WithRawResponsethreads()HttpResponseFor<BetaManagedAgentsSession>create(SessionCreateParams params, RequestOptions requestOptions)HttpResponseFor<BetaManagedAgentsSession>retrieve(SessionRetrieveParams params, RequestOptions requestOptions)HttpResponseFor<BetaManagedAgentsSession>update(SessionUpdateParams params, RequestOptions requestOptions)HttpResponseFor<SessionListPage>list(SessionListParams params, RequestOptions requestOptions)HttpResponseFor<BetaManagedAgentsDeletedSession>delete(SessionDeleteParams params, RequestOptions requestOptions)HttpResponseFor<BetaManagedAgentsSession>archive(SessionArchiveParams params, RequestOptions requestOptions)-
Methods inherited from class com.anthropic.services.blocking.beta.SessionService.WithRawResponse
archive, archive, archive, archive, archive, create, delete, delete, delete, delete, delete, list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve, update, update, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
SessionService.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()
-
resources
ResourceService.WithRawResponse resources()
-
threads
ThreadService.WithRawResponse threads()
-
create
HttpResponseFor<BetaManagedAgentsSession> create(SessionCreateParams params, RequestOptions requestOptions)
-
retrieve
HttpResponseFor<BetaManagedAgentsSession> retrieve(SessionRetrieveParams params, RequestOptions requestOptions)
-
update
HttpResponseFor<BetaManagedAgentsSession> update(SessionUpdateParams params, RequestOptions requestOptions)
-
list
HttpResponseFor<SessionListPage> list(SessionListParams params, RequestOptions requestOptions)
-
delete
HttpResponseFor<BetaManagedAgentsDeletedSession> delete(SessionDeleteParams params, RequestOptions requestOptions)
-
archive
HttpResponseFor<BetaManagedAgentsSession> archive(SessionArchiveParams params, RequestOptions requestOptions)
-
-
-
-