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