Package com.openlayer.api.services.async
Class WorkspaceServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.async.WorkspaceServiceAsync
public final class WorkspaceServiceAsyncImpl implements WorkspaceServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classWorkspaceServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description WorkspaceServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. WorkspaceServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. InviteServiceAsyncinvites()ApiKeyServiceAsyncapiKeys()CompletableFuture<WorkspaceRetrieveResponse>retrieve(WorkspaceRetrieveParams params, RequestOptions requestOptions)CompletableFuture<WorkspaceUpdateResponse>update(WorkspaceUpdateParams params, RequestOptions requestOptions)-
Methods inherited from class com.openlayer.api.services.async.WorkspaceServiceAsync
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
-
withRawResponse
WorkspaceServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
WorkspaceServiceAsync 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 invites()
-
apiKeys
ApiKeyServiceAsync apiKeys()
-
retrieve
CompletableFuture<WorkspaceRetrieveResponse> retrieve(WorkspaceRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<WorkspaceUpdateResponse> update(WorkspaceUpdateParams params, RequestOptions requestOptions)
-
-
-
-