Package com.anthropic.services.blocking
Interface BetaService.WithRawResponse
-
- All Implemented Interfaces:
public interface BetaService.WithRawResponseA view of BetaService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract BetaService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract ModelService.WithRawResponsemodels()abstract MessageService.WithRawResponsemessages()abstract AgentService.WithRawResponseagents()abstract EnvironmentService.WithRawResponseenvironments()abstract SessionService.WithRawResponsesessions()abstract DeploymentService.WithRawResponsedeployments()abstract DeploymentRunService.WithRawResponsedeploymentRuns()abstract VaultService.WithRawResponsevaults()abstract MemoryStoreService.WithRawResponsememoryStores()abstract FileService.WithRawResponsefiles()abstract SkillService.WithRawResponseskills()abstract WebhookService.WithRawResponsewebhooks()abstract UserProfileService.WithRawResponseuserProfiles()-
-
Method Detail
-
withOptions
abstract 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
abstract ModelService.WithRawResponse models()
-
messages
abstract MessageService.WithRawResponse messages()
-
agents
abstract AgentService.WithRawResponse agents()
-
environments
abstract EnvironmentService.WithRawResponse environments()
-
sessions
abstract SessionService.WithRawResponse sessions()
-
deployments
abstract DeploymentService.WithRawResponse deployments()
-
deploymentRuns
abstract DeploymentRunService.WithRawResponse deploymentRuns()
-
vaults
abstract VaultService.WithRawResponse vaults()
-
memoryStores
abstract MemoryStoreService.WithRawResponse memoryStores()
-
files
abstract FileService.WithRawResponse files()
-
skills
abstract SkillService.WithRawResponse skills()
-
webhooks
abstract WebhookService.WithRawResponse webhooks()
-
userProfiles
abstract UserProfileService.WithRawResponse userProfiles()
-
-
-
-