BounceControllerApi class

Constructors

BounceControllerApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

filterBouncedRecipient(FilterBouncedRecipientsOptions filterBouncedRecipientsOptions) Future<FilterBouncedRecipientsResult?>
Filter a list of email recipients and remove those who have bounced
filterBouncedRecipientWithHttpInfo(FilterBouncedRecipientsOptions filterBouncedRecipientsOptions) Future<Response>
Filter a list of email recipients and remove those who have bounced
getBouncedEmail(String id) Future<BouncedEmailDto?>
Get a bounced email.
getBouncedEmails({int? page, int? size, String? sort, DateTime? since, DateTime? before}) Future<PageBouncedEmail?>
Get paginated list of bounced emails.
getBouncedEmailsWithHttpInfo({int? page, int? size, String? sort, DateTime? since, DateTime? before}) Future<Response>
Get paginated list of bounced emails.
getBouncedEmailWithHttpInfo(String id) Future<Response>
Get a bounced email.
getBouncedRecipient(String id) Future<BouncedRecipientDto?>
Get a bounced email.
getBouncedRecipients({int? page, int? size, String? sort, DateTime? since, DateTime? before}) Future<PageBouncedRecipients?>
Get paginated list of bounced recipients.
getBouncedRecipientsWithHttpInfo({int? page, int? size, String? sort, DateTime? since, DateTime? before}) Future<Response>
Get paginated list of bounced recipients.
getBouncedRecipientWithHttpInfo(String id) Future<Response>
Get a bounced email.
getComplaints({int? page, int? size, String? sort, DateTime? since, DateTime? before}) Future<PageComplaint?>
Get paginated list of complaints.
getComplaintsWithHttpInfo({int? page, int? size, String? sort, DateTime? since, DateTime? before}) Future<Response>
Get paginated list of complaints.
getListUnsubscribeRecipients({int? page, int? size, String? sort, String? domainId}) Future<PageListUnsubscribeRecipients?>
Get paginated list of unsubscribed recipients.
getListUnsubscribeRecipientsWithHttpInfo({int? page, int? size, String? sort, String? domainId}) Future<Response>
Get paginated list of unsubscribed recipients.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited