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