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