Class InviteServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.admin.organization.InviteServiceAsync
public final class InviteServiceAsyncImpl implements InviteServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInviteServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description InviteServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. InviteServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<Invite>create(InviteCreateParams params, RequestOptions requestOptions)CompletableFuture<Invite>retrieve(InviteRetrieveParams params, RequestOptions requestOptions)CompletableFuture<InviteListPageAsync>list(InviteListParams params, RequestOptions requestOptions)CompletableFuture<InviteDeleteResponse>delete(InviteDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.async.admin.organization.InviteServiceAsync
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
-
withRawResponse
InviteServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
InviteServiceAsync 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<Invite> create(InviteCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<Invite> retrieve(InviteRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<InviteListPageAsync> list(InviteListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<InviteDeleteResponse> delete(InviteDeleteParams params, RequestOptions requestOptions)
-
-
-
-