Package app.knock.api.services.async
Class RecipientServiceAsyncImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.async.RecipientServiceAsync
public final class RecipientServiceAsyncImpl implements RecipientServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRecipientServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description RecipientServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. SubscriptionServiceAsyncsubscriptions()PreferenceServiceAsyncpreferences()ChannelDataServiceAsyncchannelData()-
-
Method Detail
-
withRawResponse
RecipientServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
subscriptions
SubscriptionServiceAsync subscriptions()
-
preferences
PreferenceServiceAsync preferences()
-
channelData
ChannelDataServiceAsync channelData()
-
-
-
-