Class AgentServiceImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.blocking.beta.AgentService
public final class AgentServiceImpl implements AgentService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAgentServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description AgentService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. AgentServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. VersionServiceversions()BetaManagedAgentsAgentcreate(AgentCreateParams params, RequestOptions requestOptions)BetaManagedAgentsAgentretrieve(AgentRetrieveParams params, RequestOptions requestOptions)BetaManagedAgentsAgentupdate(AgentUpdateParams params, RequestOptions requestOptions)AgentListPagelist(AgentListParams params, RequestOptions requestOptions)BetaManagedAgentsAgentarchive(AgentArchiveParams params, RequestOptions requestOptions)-
Methods inherited from class com.anthropic.services.blocking.beta.AgentService
archive, archive, archive, archive, archive, create, list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
AgentService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
AgentService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
versions
VersionService versions()
-
create
BetaManagedAgentsAgent create(AgentCreateParams params, RequestOptions requestOptions)
-
retrieve
BetaManagedAgentsAgent retrieve(AgentRetrieveParams params, RequestOptions requestOptions)
-
update
BetaManagedAgentsAgent update(AgentUpdateParams params, RequestOptions requestOptions)
-
list
AgentListPage list(AgentListParams params, RequestOptions requestOptions)
-
archive
BetaManagedAgentsAgent archive(AgentArchiveParams params, RequestOptions requestOptions)
-
-
-
-