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