Package com.courier.client
Class CourierClientImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.client.CourierClient.WithRawResponse
public final class CourierClientImpl.WithRawResponseImpl implements CourierClient.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CourierClient.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. SendService.WithRawResponsesend()AudienceService.WithRawResponseaudiences()AuditEventService.WithRawResponseauditEvents()AuthService.WithRawResponseauth()AutomationService.WithRawResponseautomations()BrandService.WithRawResponsebrands()BulkService.WithRawResponsebulk()InboundService.WithRawResponseinbound()ListService.WithRawResponselists()MessageService.WithRawResponsemessages()RequestService.WithRawResponserequests()NotificationService.WithRawResponsenotifications()ProfileService.WithRawResponseprofiles()TenantService.WithRawResponsetenants()TranslationService.WithRawResponsetranslations()UserService.WithRawResponseusers()-
-
Method Detail
-
withOptions
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
SendService.WithRawResponse send()
-
audiences
AudienceService.WithRawResponse audiences()
-
auditEvents
AuditEventService.WithRawResponse auditEvents()
-
auth
AuthService.WithRawResponse auth()
-
automations
AutomationService.WithRawResponse automations()
-
brands
BrandService.WithRawResponse brands()
-
bulk
BulkService.WithRawResponse bulk()
-
inbound
InboundService.WithRawResponse inbound()
-
lists
ListService.WithRawResponse lists()
-
messages
MessageService.WithRawResponse messages()
-
requests
RequestService.WithRawResponse requests()
-
notifications
NotificationService.WithRawResponse notifications()
-
profiles
ProfileService.WithRawResponse profiles()
-
tenants
TenantService.WithRawResponse tenants()
-
translations
TranslationService.WithRawResponse translations()
-
users
UserService.WithRawResponse users()
-
-
-
-