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