Package com.courier.services.blocking
Class TenantServiceImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.TenantService
public final class TenantServiceImpl implements TenantService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTenantServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description TenantService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. TenantServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. TenantDefaultPreferenceServicetenantDefaultPreferences()TemplateServicetemplates()Tenantretrieve(TenantRetrieveParams params, RequestOptions requestOptions)Tenantupdate(TenantUpdateParams params, RequestOptions requestOptions)TenantListResponselist(TenantListParams params, RequestOptions requestOptions)Unitdelete(TenantDeleteParams params, RequestOptions requestOptions)TenantListUsersResponselistUsers(TenantListUsersParams params, RequestOptions requestOptions)-
Methods inherited from class com.courier.services.blocking.TenantService
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
-
withRawResponse
TenantService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
TenantService 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 tenantDefaultPreferences()
-
templates
TemplateService templates()
-
retrieve
Tenant retrieve(TenantRetrieveParams params, RequestOptions requestOptions)
-
update
Tenant update(TenantUpdateParams params, RequestOptions requestOptions)
-
list
TenantListResponse list(TenantListParams params, RequestOptions requestOptions)
-
delete
Unit delete(TenantDeleteParams params, RequestOptions requestOptions)
-
listUsers
TenantListUsersResponse listUsers(TenantListUsersParams params, RequestOptions requestOptions)
-
-
-
-