Class SkillServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.async.beta.SkillServiceAsync.WithRawResponse
public final class SkillServiceAsyncImpl.WithRawResponseImpl implements SkillServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description SkillServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. VersionServiceAsync.WithRawResponseversions()CompletableFuture<HttpResponseFor<SkillCreateResponse>>create(SkillCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<SkillRetrieveResponse>>retrieve(SkillRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<SkillListPageAsync>>list(SkillListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<SkillDeleteResponse>>delete(SkillDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.anthropic.services.async.beta.SkillServiceAsync.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
SkillServiceAsync.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
VersionServiceAsync.WithRawResponse versions()
-
create
CompletableFuture<HttpResponseFor<SkillCreateResponse>> create(SkillCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<SkillRetrieveResponse>> retrieve(SkillRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<SkillListPageAsync>> list(SkillListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponseFor<SkillDeleteResponse>> delete(SkillDeleteParams params, RequestOptions requestOptions)
-
-
-
-