Package com.courier.client
Interface CourierClient.WithRawResponse
-
- All Implemented Interfaces:
public interface CourierClient.WithRawResponseA view of CourierClient that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract CourierClient.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
send
abstract SendService.WithRawResponse send()
-
audiences
abstract AudienceService.WithRawResponse audiences()
-
auditEvents
abstract AuditEventService.WithRawResponse auditEvents()
-
auth
abstract AuthService.WithRawResponse auth()
-
automations
abstract AutomationService.WithRawResponse automations()
-
brands
abstract BrandService.WithRawResponse brands()
-
bulk
abstract BulkService.WithRawResponse bulk()
-
inbound
abstract InboundService.WithRawResponse inbound()
-
lists
abstract ListService.WithRawResponse lists()
-
messages
abstract MessageService.WithRawResponse messages()
-
requests
abstract RequestService.WithRawResponse requests()
-
notifications
abstract NotificationService.WithRawResponse notifications()
-
profiles
abstract ProfileService.WithRawResponse profiles()
-
tenants
abstract TenantService.WithRawResponse tenants()
-
translations
abstract TranslationService.WithRawResponse translations()
-
users
abstract UserService.WithRawResponse users()
-
-
-
-