Package app.knock.api.client
Interface KnockClient.WithRawResponse
-
- All Implemented Interfaces:
public interface KnockClient.WithRawResponseA view of KnockClient that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract SharedService.WithRawResponseshared()abstract RecipientService.WithRawResponserecipients()abstract UserService.WithRawResponseusers()abstract ObjectService.WithRawResponseobjects()abstract TenantService.WithRawResponsetenants()abstract BulkOperationService.WithRawResponsebulkOperations()abstract MessageService.WithRawResponsemessages()abstract ProviderService.WithRawResponseproviders()abstract IntegrationService.WithRawResponseintegrations()abstract WorkflowService.WithRawResponseworkflows()abstract ScheduleService.WithRawResponseschedules()abstract ChannelService.WithRawResponsechannels()abstract AudienceService.WithRawResponseaudiences()-
-
Method Detail
-
shared
abstract SharedService.WithRawResponse shared()
-
recipients
abstract RecipientService.WithRawResponse recipients()
-
users
abstract UserService.WithRawResponse users()
-
objects
abstract ObjectService.WithRawResponse objects()
-
tenants
abstract TenantService.WithRawResponse tenants()
-
bulkOperations
abstract BulkOperationService.WithRawResponse bulkOperations()
-
messages
abstract MessageService.WithRawResponse messages()
-
providers
abstract ProviderService.WithRawResponse providers()
-
integrations
abstract IntegrationService.WithRawResponse integrations()
-
workflows
abstract WorkflowService.WithRawResponse workflows()
-
schedules
abstract ScheduleService.WithRawResponse schedules()
-
channels
abstract ChannelService.WithRawResponse channels()
-
audiences
abstract AudienceService.WithRawResponse audiences()
-
-
-
-