Class SessionServiceImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.blocking.beta.SessionService
public final class SessionServiceImpl implements SessionService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description SessionService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. SessionServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. EventServiceevents()ResourceServiceresources()ThreadServicethreads()BetaManagedAgentsSessioncreate(SessionCreateParams params, RequestOptions requestOptions)BetaManagedAgentsSessionretrieve(SessionRetrieveParams params, RequestOptions requestOptions)BetaManagedAgentsSessionupdate(SessionUpdateParams params, RequestOptions requestOptions)SessionListPagelist(SessionListParams params, RequestOptions requestOptions)BetaManagedAgentsDeletedSessiondelete(SessionDeleteParams params, RequestOptions requestOptions)BetaManagedAgentsSessionarchive(SessionArchiveParams params, RequestOptions requestOptions)-
Methods inherited from class com.anthropic.services.blocking.beta.SessionService
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
-
withRawResponse
SessionService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
SessionService 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 events()
-
resources
ResourceService resources()
-
threads
ThreadService threads()
-
create
BetaManagedAgentsSession create(SessionCreateParams params, RequestOptions requestOptions)
-
retrieve
BetaManagedAgentsSession retrieve(SessionRetrieveParams params, RequestOptions requestOptions)
-
update
BetaManagedAgentsSession update(SessionUpdateParams params, RequestOptions requestOptions)
-
list
SessionListPage list(SessionListParams params, RequestOptions requestOptions)
-
delete
BetaManagedAgentsDeletedSession delete(SessionDeleteParams params, RequestOptions requestOptions)
-
archive
BetaManagedAgentsSession archive(SessionArchiveParams params, RequestOptions requestOptions)
-
-
-
-