Package com.courier.services.async
Class UserServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.UserServiceAsync
public final class UserServiceAsyncImpl implements UserServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classUserServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description UserServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. UserServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. PreferenceServiceAsyncpreferences()TenantServiceAsynctenants()TokenServiceAsynctokens()-
-
Method Detail
-
withRawResponse
UserServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
UserServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
preferences
PreferenceServiceAsync preferences()
-
tenants
TenantServiceAsync tenants()
-
tokens
TokenServiceAsync tokens()
-
-
-
-