Package app.knock.api.client
Interface KnockClientAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface KnockClientAsync.WithRawResponseA view of KnockClientAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract SharedServiceAsync.WithRawResponseshared()abstract RecipientServiceAsync.WithRawResponserecipients()abstract UserServiceAsync.WithRawResponseusers()abstract ObjectServiceAsync.WithRawResponseobjects()abstract TenantServiceAsync.WithRawResponsetenants()abstract BulkOperationServiceAsync.WithRawResponsebulkOperations()abstract MessageServiceAsync.WithRawResponsemessages()abstract ProviderServiceAsync.WithRawResponseproviders()abstract IntegrationServiceAsync.WithRawResponseintegrations()abstract WorkflowServiceAsync.WithRawResponseworkflows()abstract ScheduleServiceAsync.WithRawResponseschedules()abstract ChannelServiceAsync.WithRawResponsechannels()abstract AudienceServiceAsync.WithRawResponseaudiences()-
-
Method Detail
-
shared
abstract SharedServiceAsync.WithRawResponse shared()
-
recipients
abstract RecipientServiceAsync.WithRawResponse recipients()
-
users
abstract UserServiceAsync.WithRawResponse users()
-
objects
abstract ObjectServiceAsync.WithRawResponse objects()
-
tenants
abstract TenantServiceAsync.WithRawResponse tenants()
-
bulkOperations
abstract BulkOperationServiceAsync.WithRawResponse bulkOperations()
-
messages
abstract MessageServiceAsync.WithRawResponse messages()
-
providers
abstract ProviderServiceAsync.WithRawResponse providers()
-
integrations
abstract IntegrationServiceAsync.WithRawResponse integrations()
-
workflows
abstract WorkflowServiceAsync.WithRawResponse workflows()
-
schedules
abstract ScheduleServiceAsync.WithRawResponse schedules()
-
channels
abstract ChannelServiceAsync.WithRawResponse channels()
-
audiences
abstract AudienceServiceAsync.WithRawResponse audiences()
-
-
-
-