Package com.anthropic.services.blocking
Class BetaServiceImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.blocking.BetaService
public final class BetaServiceImpl implements BetaService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description BetaService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. BetaServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ModelServicemodels()MessageServicemessages()FileServicefiles()SkillServiceskills()-
-
Method Detail
-
withRawResponse
BetaService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
BetaService 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 models()
-
messages
MessageService messages()
-
files
FileService files()
-
skills
SkillService skills()
-
-
-
-