Package app.knock.api.services.async
Class TenantServiceAsyncImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.async.TenantServiceAsync
public final class TenantServiceAsyncImpl implements TenantServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTenantServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description TenantServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. BulkServiceAsyncbulk()CompletableFuture<TenantListPageAsync>list(TenantListParams params, RequestOptions requestOptions)CompletableFuture<String>delete(TenantDeleteParams params, RequestOptions requestOptions)CompletableFuture<Tenant>get(TenantGetParams params, RequestOptions requestOptions)CompletableFuture<Tenant>set(TenantSetParams params, RequestOptions requestOptions)-
Methods inherited from class app.knock.api.services.async.TenantServiceAsync
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
-
withRawResponse
TenantServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
bulk
BulkServiceAsync bulk()
-
list
CompletableFuture<TenantListPageAsync> list(TenantListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<String> delete(TenantDeleteParams params, RequestOptions requestOptions)
-
get
CompletableFuture<Tenant> get(TenantGetParams params, RequestOptions requestOptions)
-
set
CompletableFuture<Tenant> set(TenantSetParams params, RequestOptions requestOptions)
-
-
-
-