Package app.knock.api.services.async
Interface RecipientServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface RecipientServiceAsync.WithRawResponseA view of RecipientServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract SubscriptionServiceAsync.WithRawResponsesubscriptions()abstract PreferenceServiceAsync.WithRawResponsepreferences()abstract ChannelDataServiceAsync.WithRawResponsechannelData()-
-
Method Detail
-
subscriptions
abstract SubscriptionServiceAsync.WithRawResponse subscriptions()
-
preferences
abstract PreferenceServiceAsync.WithRawResponse preferences()
-
channelData
abstract ChannelDataServiceAsync.WithRawResponse channelData()
-
-
-
-