Package com.anthropic.services.blocking
Class BetaServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.blocking.BetaService.WithRawResponse
public final class BetaServiceImpl.WithRawResponseImpl implements BetaService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description BetaService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ModelService.WithRawResponsemodels()MessageService.WithRawResponsemessages()AgentService.WithRawResponseagents()EnvironmentService.WithRawResponseenvironments()SessionService.WithRawResponsesessions()DeploymentService.WithRawResponsedeployments()DeploymentRunService.WithRawResponsedeploymentRuns()VaultService.WithRawResponsevaults()MemoryStoreService.WithRawResponsememoryStores()FileService.WithRawResponsefiles()SkillService.WithRawResponseskills()WebhookService.WithRawResponsewebhooks()UserProfileService.WithRawResponseuserProfiles()-
-
Method Detail
-
withOptions
BetaService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
models
ModelService.WithRawResponse models()
-
messages
MessageService.WithRawResponse messages()
-
agents
AgentService.WithRawResponse agents()
-
environments
EnvironmentService.WithRawResponse environments()
-
sessions
SessionService.WithRawResponse sessions()
-
deployments
DeploymentService.WithRawResponse deployments()
-
deploymentRuns
DeploymentRunService.WithRawResponse deploymentRuns()
-
vaults
VaultService.WithRawResponse vaults()
-
memoryStores
MemoryStoreService.WithRawResponse memoryStores()
-
files
FileService.WithRawResponse files()
-
skills
SkillService.WithRawResponse skills()
-
webhooks
WebhookService.WithRawResponse webhooks()
-
userProfiles
UserProfileService.WithRawResponse userProfiles()
-
-
-
-