Package com.courier.services.async
Interface UserServiceAsync
-
- All Implemented Interfaces:
public interface UserServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceUserServiceAsync.WithRawResponseA view of UserServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract UserServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract UserServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract PreferenceServiceAsyncpreferences()abstract TenantServiceAsynctenants()abstract TokenServiceAsynctokens()-
-
Method Detail
-
withRawResponse
abstract UserServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract 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
abstract PreferenceServiceAsync preferences()
-
tenants
abstract TenantServiceAsync tenants()
-
tokens
abstract TokenServiceAsync tokens()
-
-
-
-