Class SkillServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.blocking.beta.SkillService.WithRawResponse
public final class SkillServiceImpl.WithRawResponseImpl implements SkillService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description SkillService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. VersionService.WithRawResponseversions()HttpResponseFor<SkillCreateResponse>create(SkillCreateParams params, RequestOptions requestOptions)HttpResponseFor<SkillRetrieveResponse>retrieve(SkillRetrieveParams params, RequestOptions requestOptions)HttpResponseFor<SkillListPage>list(SkillListParams params, RequestOptions requestOptions)HttpResponseFor<SkillDeleteResponse>delete(SkillDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.anthropic.services.blocking.beta.SkillService.WithRawResponse
create, create, create, delete, delete, delete, delete, delete, list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
SkillService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
versions
VersionService.WithRawResponse versions()
-
create
HttpResponseFor<SkillCreateResponse> create(SkillCreateParams params, RequestOptions requestOptions)
-
retrieve
HttpResponseFor<SkillRetrieveResponse> retrieve(SkillRetrieveParams params, RequestOptions requestOptions)
-
list
HttpResponseFor<SkillListPage> list(SkillListParams params, RequestOptions requestOptions)
-
delete
HttpResponseFor<SkillDeleteResponse> delete(SkillDeleteParams params, RequestOptions requestOptions)
-
-
-
-