Package com.courier.services.async.users
Class TenantServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.users.TenantServiceAsync.WithRawResponse
public final class TenantServiceAsyncImpl.WithRawResponseImpl implements TenantServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description TenantServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<TenantListResponse>>list(TenantListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponse>addMultiple(TenantAddMultipleParams params, RequestOptions requestOptions)CompletableFuture<HttpResponse>addSingle(TenantAddSingleParams params, RequestOptions requestOptions)CompletableFuture<HttpResponse>removeAll(TenantRemoveAllParams params, RequestOptions requestOptions)CompletableFuture<HttpResponse>removeSingle(TenantRemoveSingleParams params, RequestOptions requestOptions)-
Methods inherited from class com.courier.services.async.users.TenantServiceAsync.WithRawResponse
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
-
withOptions
TenantServiceAsync.WithRawResponse 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<HttpResponseFor<TenantListResponse>> list(TenantListParams params, RequestOptions requestOptions)
-
addMultiple
CompletableFuture<HttpResponse> addMultiple(TenantAddMultipleParams params, RequestOptions requestOptions)
-
addSingle
CompletableFuture<HttpResponse> addSingle(TenantAddSingleParams params, RequestOptions requestOptions)
-
removeAll
CompletableFuture<HttpResponse> removeAll(TenantRemoveAllParams params, RequestOptions requestOptions)
-
removeSingle
CompletableFuture<HttpResponse> removeSingle(TenantRemoveSingleParams params, RequestOptions requestOptions)
-
-
-
-