Package app.knock.api.services.blocking
Class RecipientServiceImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.blocking.RecipientService
public final class RecipientServiceImpl implements RecipientService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRecipientServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description RecipientService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. SubscriptionServicesubscriptions()PreferenceServicepreferences()ChannelDataServicechannelData()-
-
Method Detail
-
withRawResponse
RecipientService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
subscriptions
SubscriptionService subscriptions()
-
preferences
PreferenceService preferences()
-
channelData
ChannelDataService channelData()
-
-
-
-