Package com.courier.services.async
Class TenantServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.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. PreferenceServiceAsync.WithRawResponsepreferences()TemplateServiceAsync.WithRawResponsetemplates()CompletableFuture<HttpResponseFor<Tenant>>retrieve(TenantRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<Tenant>>update(TenantUpdateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<TenantListResponse>>list(TenantListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponse>delete(TenantDeleteParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<TenantListUsersResponse>>listUsers(TenantListUsersParams params, RequestOptions requestOptions)-
Methods inherited from class com.courier.services.async.TenantServiceAsync.WithRawResponse
delete, delete, delete, delete, delete, list, list, list, listUsers, listUsers, listUsers, listUsers, listUsers, retrieve, retrieve, retrieve, retrieve, retrieve, update, update, update -
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.
-
preferences
PreferenceServiceAsync.WithRawResponse preferences()
-
templates
TemplateServiceAsync.WithRawResponse templates()
-
retrieve
CompletableFuture<HttpResponseFor<Tenant>> retrieve(TenantRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<Tenant>> update(TenantUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<TenantListResponse>> list(TenantListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponse> delete(TenantDeleteParams params, RequestOptions requestOptions)
-
listUsers
CompletableFuture<HttpResponseFor<TenantListUsersResponse>> listUsers(TenantListUsersParams params, RequestOptions requestOptions)
-
-
-
-