Package com.openlayer.api.services.async
Class WorkspaceServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.async.WorkspaceServiceAsync.WithRawResponse
public final class WorkspaceServiceAsyncImpl.WithRawResponseImpl implements WorkspaceServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description WorkspaceServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. InviteServiceAsync.WithRawResponseinvites()ApiKeyServiceAsync.WithRawResponseapiKeys()CompletableFuture<HttpResponseFor<WorkspaceRetrieveResponse>>retrieve(WorkspaceRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<WorkspaceUpdateResponse>>update(WorkspaceUpdateParams params, RequestOptions requestOptions)-
Methods inherited from class com.openlayer.api.services.async.WorkspaceServiceAsync.WithRawResponse
retrieve, retrieve, retrieve, retrieve, retrieve, update, update, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
WorkspaceServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
invites
InviteServiceAsync.WithRawResponse invites()
-
apiKeys
ApiKeyServiceAsync.WithRawResponse apiKeys()
-
retrieve
CompletableFuture<HttpResponseFor<WorkspaceRetrieveResponse>> retrieve(WorkspaceRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<WorkspaceUpdateResponse>> update(WorkspaceUpdateParams params, RequestOptions requestOptions)
-
-
-
-