Package com.anthropic.services.async
Interface BetaServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface BetaServiceAsync.WithRawResponseA view of BetaServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract BetaServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract ModelServiceAsync.WithRawResponsemodels()abstract MessageServiceAsync.WithRawResponsemessages()abstract FileServiceAsync.WithRawResponsefiles()abstract SkillServiceAsync.WithRawResponseskills()-
-
Method Detail
-
withOptions
abstract BetaServiceAsync.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 ModelServiceAsync.WithRawResponse models()
-
messages
abstract MessageServiceAsync.WithRawResponse messages()
-
files
abstract FileServiceAsync.WithRawResponse files()
-
skills
abstract SkillServiceAsync.WithRawResponse skills()
-
-
-
-