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()FileService.WithRawResponsefiles()SkillService.WithRawResponseskills()-
-
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()
-
files
FileService.WithRawResponse files()
-
skills
SkillService.WithRawResponse skills()
-
-
-
-