Package com.openai.services.blocking
Class SkillServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.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. ContentServicecontent()VersionServiceversions()Skillcreate(SkillCreateParams params, RequestOptions requestOptions)Skillretrieve(SkillRetrieveParams params, RequestOptions requestOptions)Skillupdate(SkillUpdateParams params, RequestOptions requestOptions)SkillListPagelist(SkillListParams params, RequestOptions requestOptions)DeletedSkilldelete(SkillDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.blocking.SkillService
create, create, create, delete, delete, delete, delete, delete, list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve, update, update, update -
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.
-
content
ContentService content()
-
versions
VersionService versions()
-
create
Skill create(SkillCreateParams params, RequestOptions requestOptions)
-
retrieve
Skill retrieve(SkillRetrieveParams params, RequestOptions requestOptions)
-
update
Skill update(SkillUpdateParams params, RequestOptions requestOptions)
-
list
SkillListPage list(SkillListParams params, RequestOptions requestOptions)
-
delete
DeletedSkill delete(SkillDeleteParams params, RequestOptions requestOptions)
-
-
-
-