Class TenantServiceImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.users.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. TenantListResponselist(TenantListParams params, RequestOptions requestOptions)UnitaddMultiple(TenantAddMultipleParams params, RequestOptions requestOptions)UnitaddSingle(TenantAddSingleParams params, RequestOptions requestOptions)UnitremoveAll(TenantRemoveAllParams params, RequestOptions requestOptions)UnitremoveSingle(TenantRemoveSingleParams params, RequestOptions requestOptions)-
Methods inherited from class com.courier.services.blocking.users.TenantService
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
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.
-
list
TenantListResponse list(TenantListParams params, RequestOptions requestOptions)
-
addMultiple
Unit addMultiple(TenantAddMultipleParams params, RequestOptions requestOptions)
-
addSingle
Unit addSingle(TenantAddSingleParams params, RequestOptions requestOptions)
-
removeAll
Unit removeAll(TenantRemoveAllParams params, RequestOptions requestOptions)
-
removeSingle
Unit removeSingle(TenantRemoveSingleParams params, RequestOptions requestOptions)
-
-
-
-