Package com.courier.services.blocking
Class TenantServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.TenantService.WithRawResponse
public final class TenantServiceImpl.WithRawResponseImpl implements TenantService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description TenantService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. TenantDefaultPreferenceService.WithRawResponsetenantDefaultPreferences()TemplateService.WithRawResponsetemplates()HttpResponseFor<Tenant>retrieve(TenantRetrieveParams params, RequestOptions requestOptions)HttpResponseFor<Tenant>update(TenantUpdateParams params, RequestOptions requestOptions)HttpResponseFor<TenantListResponse>list(TenantListParams params, RequestOptions requestOptions)HttpResponsedelete(TenantDeleteParams params, RequestOptions requestOptions)HttpResponseFor<TenantListUsersResponse>listUsers(TenantListUsersParams params, RequestOptions requestOptions)-
Methods inherited from class com.courier.services.blocking.TenantService.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
TenantService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
tenantDefaultPreferences
TenantDefaultPreferenceService.WithRawResponse tenantDefaultPreferences()
-
templates
TemplateService.WithRawResponse templates()
-
retrieve
HttpResponseFor<Tenant> retrieve(TenantRetrieveParams params, RequestOptions requestOptions)
-
update
HttpResponseFor<Tenant> update(TenantUpdateParams params, RequestOptions requestOptions)
-
list
HttpResponseFor<TenantListResponse> list(TenantListParams params, RequestOptions requestOptions)
-
delete
HttpResponse delete(TenantDeleteParams params, RequestOptions requestOptions)
-
listUsers
HttpResponseFor<TenantListUsersResponse> listUsers(TenantListUsersParams params, RequestOptions requestOptions)
-
-
-
-