Package com.courier.services.blocking
Class UserServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.UserService.WithRawResponse
public final class UserServiceImpl.WithRawResponseImpl implements UserService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description UserService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. PreferenceService.WithRawResponsepreferences()TenantService.WithRawResponsetenants()TokenService.WithRawResponsetokens()-
-
Method Detail
-
withOptions
UserService.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
PreferenceService.WithRawResponse preferences()
-
tenants
TenantService.WithRawResponse tenants()
-
tokens
TokenService.WithRawResponse tokens()
-
-
-
-