Class InviteServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.async.workspaces.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<InviteCreateResponse>create(InviteCreateParams params, RequestOptions requestOptions)CompletableFuture<InviteListResponse>list(InviteListParams params, RequestOptions requestOptions)-
-
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<InviteCreateResponse> create(InviteCreateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<InviteListResponse> list(InviteListParams params, RequestOptions requestOptions)
-
-
-
-