Class MemoryStoreServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.blocking.beta.MemoryStoreService.WithRawResponse
public final class MemoryStoreServiceImpl.WithRawResponseImpl implements MemoryStoreService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description MemoryStoreService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. MemoryService.WithRawResponsememories()MemoryVersionService.WithRawResponsememoryVersions()HttpResponseFor<BetaManagedAgentsMemoryStore>create(MemoryStoreCreateParams params, RequestOptions requestOptions)HttpResponseFor<BetaManagedAgentsMemoryStore>retrieve(MemoryStoreRetrieveParams params, RequestOptions requestOptions)HttpResponseFor<BetaManagedAgentsMemoryStore>update(MemoryStoreUpdateParams params, RequestOptions requestOptions)HttpResponseFor<MemoryStoreListPage>list(MemoryStoreListParams params, RequestOptions requestOptions)HttpResponseFor<BetaManagedAgentsDeletedMemoryStore>delete(MemoryStoreDeleteParams params, RequestOptions requestOptions)HttpResponseFor<BetaManagedAgentsMemoryStore>archive(MemoryStoreArchiveParams params, RequestOptions requestOptions)-
Methods inherited from class com.anthropic.services.blocking.beta.MemoryStoreService.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
MemoryStoreService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
memories
MemoryService.WithRawResponse memories()
-
memoryVersions
MemoryVersionService.WithRawResponse memoryVersions()
-
create
HttpResponseFor<BetaManagedAgentsMemoryStore> create(MemoryStoreCreateParams params, RequestOptions requestOptions)
-
retrieve
HttpResponseFor<BetaManagedAgentsMemoryStore> retrieve(MemoryStoreRetrieveParams params, RequestOptions requestOptions)
-
update
HttpResponseFor<BetaManagedAgentsMemoryStore> update(MemoryStoreUpdateParams params, RequestOptions requestOptions)
-
list
HttpResponseFor<MemoryStoreListPage> list(MemoryStoreListParams params, RequestOptions requestOptions)
-
delete
HttpResponseFor<BetaManagedAgentsDeletedMemoryStore> delete(MemoryStoreDeleteParams params, RequestOptions requestOptions)
-
archive
HttpResponseFor<BetaManagedAgentsMemoryStore> archive(MemoryStoreArchiveParams params, RequestOptions requestOptions)
-
-
-
-