Package com.courier.services.blocking
Class UserServiceImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.UserService
public final class UserServiceImpl implements UserService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classUserServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description UserService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. UserServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. PreferenceServicepreferences()TenantServicetenants()TokenServicetokens()-
-
Method Detail
-
withRawResponse
UserService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
UserService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
preferences
PreferenceService preferences()
-
tenants
TenantService tenants()
-
tokens
TokenService tokens()
-
-
-
-