Class SkillServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.async.beta.SkillServiceAsync
public final class SkillServiceAsyncImpl implements SkillServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSkillServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description SkillServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. SkillServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. VersionServiceAsyncversions()CompletableFuture<SkillCreateResponse>create(SkillCreateParams params, RequestOptions requestOptions)CompletableFuture<SkillRetrieveResponse>retrieve(SkillRetrieveParams params, RequestOptions requestOptions)CompletableFuture<SkillListPageAsync>list(SkillListParams params, RequestOptions requestOptions)CompletableFuture<SkillDeleteResponse>delete(SkillDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.anthropic.services.async.beta.SkillServiceAsync
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
-
withRawResponse
SkillServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
SkillServiceAsync 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 versions()
-
create
CompletableFuture<SkillCreateResponse> create(SkillCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<SkillRetrieveResponse> retrieve(SkillRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<SkillListPageAsync> list(SkillListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<SkillDeleteResponse> delete(SkillDeleteParams params, RequestOptions requestOptions)
-
-
-
-