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