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