Package com.openai.services.async
Class SkillServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.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. ContentServiceAsynccontent()VersionServiceAsyncversions()CompletableFuture<Skill>create(SkillCreateParams params, RequestOptions requestOptions)CompletableFuture<Skill>retrieve(SkillRetrieveParams params, RequestOptions requestOptions)CompletableFuture<Skill>update(SkillUpdateParams params, RequestOptions requestOptions)CompletableFuture<SkillListPageAsync>list(SkillListParams params, RequestOptions requestOptions)CompletableFuture<DeletedSkill>delete(SkillDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.async.SkillServiceAsync
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
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.
-
content
ContentServiceAsync content()
-
versions
VersionServiceAsync versions()
-
create
CompletableFuture<Skill> create(SkillCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<Skill> retrieve(SkillRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<Skill> update(SkillUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<SkillListPageAsync> list(SkillListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<DeletedSkill> delete(SkillDeleteParams params, RequestOptions requestOptions)
-
-
-
-