Package app.knock.api.services.async
Class TenantServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.async.TenantServiceAsync.WithRawResponse
public final class TenantServiceAsyncImpl.WithRawResponseImpl implements TenantServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description BulkServiceAsync.WithRawResponsebulk()CompletableFuture<HttpResponseFor<TenantListPageAsync>>list(TenantListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<String>>delete(TenantDeleteParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<Tenant>>get(TenantGetParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<Tenant>>set(TenantSetParams params, RequestOptions requestOptions)-
Methods inherited from class app.knock.api.services.async.TenantServiceAsync.WithRawResponse
delete, delete, delete, delete, delete, get, get, get, get, get, list, list, list, set, set, set, set, set -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
list
CompletableFuture<HttpResponseFor<TenantListPageAsync>> list(TenantListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponseFor<String>> delete(TenantDeleteParams params, RequestOptions requestOptions)
-
get
CompletableFuture<HttpResponseFor<Tenant>> get(TenantGetParams params, RequestOptions requestOptions)
-
set
CompletableFuture<HttpResponseFor<Tenant>> set(TenantSetParams params, RequestOptions requestOptions)
-
-
-
-