Package com.openai.services.async.skills
Class VersionServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.skills.VersionServiceAsync.WithRawResponse
public final class VersionServiceAsyncImpl.WithRawResponseImpl implements VersionServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description VersionServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ContentServiceAsync.WithRawResponsecontent()CompletableFuture<HttpResponseFor<SkillVersion>>create(VersionCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<SkillVersion>>retrieve(VersionRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<VersionListPageAsync>>list(VersionListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<DeletedSkillVersion>>delete(VersionDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.async.skills.VersionServiceAsync.WithRawResponse
create, create, create, create, create, delete, delete, delete, list, list, list, list, list, retrieve, retrieve, retrieve -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
VersionServiceAsync.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()
-
create
CompletableFuture<HttpResponseFor<SkillVersion>> create(VersionCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<SkillVersion>> retrieve(VersionRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<VersionListPageAsync>> list(VersionListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponseFor<DeletedSkillVersion>> delete(VersionDeleteParams params, RequestOptions requestOptions)
-
-
-
-