Class InviteServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.admin.organization.InviteServiceAsync.WithRawResponse
public final class InviteServiceAsyncImpl.WithRawResponseImpl implements InviteServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description InviteServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<Invite>>create(InviteCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<Invite>>retrieve(InviteRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<InviteListPageAsync>>list(InviteListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<InviteDeleteResponse>>delete(InviteDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.async.admin.organization.InviteServiceAsync.WithRawResponse
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
-
withOptions
InviteServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponseFor<Invite>> create(InviteCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<Invite>> retrieve(InviteRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<InviteListPageAsync>> list(InviteListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponseFor<InviteDeleteResponse>> delete(InviteDeleteParams params, RequestOptions requestOptions)
-
-
-
-