Package com.courier.services.async.users
Class TenantServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.users.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. TenantServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<TenantListResponse>list(TenantListParams params, RequestOptions requestOptions)CompletableFuture<Void>addMultiple(TenantAddMultipleParams params, RequestOptions requestOptions)CompletableFuture<Void>addSingle(TenantAddSingleParams params, RequestOptions requestOptions)CompletableFuture<Void>removeAll(TenantRemoveAllParams params, RequestOptions requestOptions)CompletableFuture<Void>removeSingle(TenantRemoveSingleParams params, RequestOptions requestOptions)-
Methods inherited from class com.courier.services.async.users.TenantServiceAsync
addMultiple, addMultiple, addMultiple, addSingle, addSingle, addSingle, list, list, list, list, list, removeAll, removeAll, removeAll, removeAll, removeAll, removeSingle, removeSingle, removeSingle -
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.
-
withOptions
TenantServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
CompletableFuture<TenantListResponse> list(TenantListParams params, RequestOptions requestOptions)
-
addMultiple
CompletableFuture<Void> addMultiple(TenantAddMultipleParams params, RequestOptions requestOptions)
-
addSingle
CompletableFuture<Void> addSingle(TenantAddSingleParams params, RequestOptions requestOptions)
-
removeAll
CompletableFuture<Void> removeAll(TenantRemoveAllParams params, RequestOptions requestOptions)
-
removeSingle
CompletableFuture<Void> removeSingle(TenantRemoveSingleParams params, RequestOptions requestOptions)
-
-
-
-