Package com.courier.client
Interface CourierClientAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface CourierClientAsync.WithRawResponseA view of CourierClientAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract CourierClientAsync.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 SendServiceAsync.WithRawResponse send()
-
audiences
abstract AudienceServiceAsync.WithRawResponse audiences()
-
providers
abstract ProviderServiceAsync.WithRawResponse providers()
-
auditEvents
abstract AuditEventServiceAsync.WithRawResponse auditEvents()
-
auth
abstract AuthServiceAsync.WithRawResponse auth()
-
automations
abstract AutomationServiceAsync.WithRawResponse automations()
-
journeys
abstract JourneyServiceAsync.WithRawResponse journeys()
-
brands
abstract BrandServiceAsync.WithRawResponse brands()
-
bulk
abstract BulkServiceAsync.WithRawResponse bulk()
-
inbound
abstract InboundServiceAsync.WithRawResponse inbound()
-
lists
abstract ListServiceAsync.WithRawResponse lists()
-
messages
abstract MessageServiceAsync.WithRawResponse messages()
-
requests
abstract RequestServiceAsync.WithRawResponse requests()
-
notifications
abstract NotificationServiceAsync.WithRawResponse notifications()
-
routingStrategies
abstract RoutingStrategyServiceAsync.WithRawResponse routingStrategies()
-
profiles
abstract ProfileServiceAsync.WithRawResponse profiles()
-
tenants
abstract TenantServiceAsync.WithRawResponse tenants()
-
translations
abstract TranslationServiceAsync.WithRawResponse translations()
-
users
abstract UserServiceAsync.WithRawResponse users()
-
-
-
-