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