public class BounceControllerApi extends Object
Constructor and Description |
---|
BounceControllerApi() |
BounceControllerApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
FilterBouncedRecipientsResult |
filterBouncedRecipient(FilterBouncedRecipientsOptions filterBouncedRecipientsOptions)
Filter a list of email recipients and remove those who have bounced
Prevent email sending errors by remove recipients who have resulted in past email bounces or complaints
|
okhttp3.Call |
filterBouncedRecipientAsync(FilterBouncedRecipientsOptions filterBouncedRecipientsOptions,
ApiCallback<FilterBouncedRecipientsResult> _callback)
Filter a list of email recipients and remove those who have bounced (asynchronously)
Prevent email sending errors by remove recipients who have resulted in past email bounces or complaints
|
okhttp3.Call |
filterBouncedRecipientCall(FilterBouncedRecipientsOptions filterBouncedRecipientsOptions,
ApiCallback _callback)
Build call for filterBouncedRecipient
|
ApiResponse<FilterBouncedRecipientsResult> |
filterBouncedRecipientWithHttpInfo(FilterBouncedRecipientsOptions filterBouncedRecipientsOptions)
Filter a list of email recipients and remove those who have bounced
Prevent email sending errors by remove recipients who have resulted in past email bounces or complaints
|
ApiClient |
getApiClient() |
BouncedEmailDto |
getBouncedEmail(UUID id)
Get a bounced email.
|
okhttp3.Call |
getBouncedEmailAsync(UUID id,
ApiCallback<BouncedEmailDto> _callback)
Get a bounced email.
|
okhttp3.Call |
getBouncedEmailCall(UUID id,
ApiCallback _callback)
Build call for getBouncedEmail
|
PageBouncedEmail |
getBouncedEmails(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before)
Get paginated list of bounced emails.
|
okhttp3.Call |
getBouncedEmailsAsync(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageBouncedEmail> _callback)
Get paginated list of bounced emails.
|
okhttp3.Call |
getBouncedEmailsCall(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getBouncedEmails
|
ApiResponse<PageBouncedEmail> |
getBouncedEmailsWithHttpInfo(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before)
Get paginated list of bounced emails.
|
ApiResponse<BouncedEmailDto> |
getBouncedEmailWithHttpInfo(UUID id)
Get a bounced email.
|
BouncedRecipientDto |
getBouncedRecipient(UUID id)
Get a bounced email.
|
okhttp3.Call |
getBouncedRecipientAsync(UUID id,
ApiCallback<BouncedRecipientDto> _callback)
Get a bounced email.
|
okhttp3.Call |
getBouncedRecipientCall(UUID id,
ApiCallback _callback)
Build call for getBouncedRecipient
|
PageBouncedRecipients |
getBouncedRecipients(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before)
Get paginated list of bounced recipients.
|
okhttp3.Call |
getBouncedRecipientsAsync(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageBouncedRecipients> _callback)
Get paginated list of bounced recipients.
|
okhttp3.Call |
getBouncedRecipientsCall(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getBouncedRecipients
|
ApiResponse<PageBouncedRecipients> |
getBouncedRecipientsWithHttpInfo(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before)
Get paginated list of bounced recipients.
|
ApiResponse<BouncedRecipientDto> |
getBouncedRecipientWithHttpInfo(UUID id)
Get a bounced email.
|
PageComplaint |
getComplaints(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before)
Get paginated list of complaints.
|
okhttp3.Call |
getComplaintsAsync(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageComplaint> _callback)
Get paginated list of complaints.
|
okhttp3.Call |
getComplaintsCall(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getComplaints
|
ApiResponse<PageComplaint> |
getComplaintsWithHttpInfo(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before)
Get paginated list of complaints.
|
String |
getCustomBaseUrl() |
int |
getHostIndex() |
PageListUnsubscribeRecipients |
getListUnsubscribeRecipients(Integer page,
Integer size,
String sort,
UUID domainId)
Get paginated list of unsubscribed recipients.
|
okhttp3.Call |
getListUnsubscribeRecipientsAsync(Integer page,
Integer size,
String sort,
UUID domainId,
ApiCallback<PageListUnsubscribeRecipients> _callback)
Get paginated list of unsubscribed recipients.
|
okhttp3.Call |
getListUnsubscribeRecipientsCall(Integer page,
Integer size,
String sort,
UUID domainId,
ApiCallback _callback)
Build call for getListUnsubscribeRecipients
|
ApiResponse<PageListUnsubscribeRecipients> |
getListUnsubscribeRecipientsWithHttpInfo(Integer page,
Integer size,
String sort,
UUID domainId)
Get paginated list of unsubscribed recipients.
|
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
public BounceControllerApi()
public BounceControllerApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public int getHostIndex()
public void setHostIndex(int hostIndex)
public String getCustomBaseUrl()
public void setCustomBaseUrl(String customBaseUrl)
public okhttp3.Call filterBouncedRecipientCall(FilterBouncedRecipientsOptions filterBouncedRecipientsOptions, ApiCallback _callback) throws ApiException
filterBouncedRecipientsOptions
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public FilterBouncedRecipientsResult filterBouncedRecipient(FilterBouncedRecipientsOptions filterBouncedRecipientsOptions) throws ApiException
filterBouncedRecipientsOptions
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<FilterBouncedRecipientsResult> filterBouncedRecipientWithHttpInfo(FilterBouncedRecipientsOptions filterBouncedRecipientsOptions) throws ApiException
filterBouncedRecipientsOptions
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call filterBouncedRecipientAsync(FilterBouncedRecipientsOptions filterBouncedRecipientsOptions, ApiCallback<FilterBouncedRecipientsResult> _callback) throws ApiException
filterBouncedRecipientsOptions
- (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getBouncedEmailCall(UUID id, ApiCallback _callback) throws ApiException
id
- ID of the bounced email to fetch (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public BouncedEmailDto getBouncedEmail(UUID id) throws ApiException
id
- ID of the bounced email to fetch (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<BouncedEmailDto> getBouncedEmailWithHttpInfo(UUID id) throws ApiException
id
- ID of the bounced email to fetch (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getBouncedEmailAsync(UUID id, ApiCallback<BouncedEmailDto> _callback) throws ApiException
id
- ID of the bounced email to fetch (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getBouncedEmailsCall(Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before, ApiCallback _callback) throws ApiException
page
- Optional page index (optional, default to 0)size
- Optional page size (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public PageBouncedEmail getBouncedEmails(Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before) throws ApiException
page
- Optional page index (optional, default to 0)size
- Optional page size (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<PageBouncedEmail> getBouncedEmailsWithHttpInfo(Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before) throws ApiException
page
- Optional page index (optional, default to 0)size
- Optional page size (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getBouncedEmailsAsync(Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before, ApiCallback<PageBouncedEmail> _callback) throws ApiException
page
- Optional page index (optional, default to 0)size
- Optional page size (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getBouncedRecipientCall(UUID id, ApiCallback _callback) throws ApiException
id
- ID of the bounced recipient (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public BouncedRecipientDto getBouncedRecipient(UUID id) throws ApiException
id
- ID of the bounced recipient (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<BouncedRecipientDto> getBouncedRecipientWithHttpInfo(UUID id) throws ApiException
id
- ID of the bounced recipient (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getBouncedRecipientAsync(UUID id, ApiCallback<BouncedRecipientDto> _callback) throws ApiException
id
- ID of the bounced recipient (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getBouncedRecipientsCall(Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before, ApiCallback _callback) throws ApiException
page
- Optional page index (optional, default to 0)size
- Optional page size (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public PageBouncedRecipients getBouncedRecipients(Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before) throws ApiException
page
- Optional page index (optional, default to 0)size
- Optional page size (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<PageBouncedRecipients> getBouncedRecipientsWithHttpInfo(Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before) throws ApiException
page
- Optional page index (optional, default to 0)size
- Optional page size (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getBouncedRecipientsAsync(Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before, ApiCallback<PageBouncedRecipients> _callback) throws ApiException
page
- Optional page index (optional, default to 0)size
- Optional page size (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getComplaintsCall(Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before, ApiCallback _callback) throws ApiException
page
- Optional page index (optional, default to 0)size
- Optional page size (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public PageComplaint getComplaints(Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before) throws ApiException
page
- Optional page index (optional, default to 0)size
- Optional page size (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<PageComplaint> getComplaintsWithHttpInfo(Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before) throws ApiException
page
- Optional page index (optional, default to 0)size
- Optional page size (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getComplaintsAsync(Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before, ApiCallback<PageComplaint> _callback) throws ApiException
page
- Optional page index (optional, default to 0)size
- Optional page size (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getListUnsubscribeRecipientsCall(Integer page, Integer size, String sort, UUID domainId, ApiCallback _callback) throws ApiException
page
- Optional page index (optional, default to 0)size
- Optional page size (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)domainId
- Filter by domainId (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public PageListUnsubscribeRecipients getListUnsubscribeRecipients(Integer page, Integer size, String sort, UUID domainId) throws ApiException
page
- Optional page index (optional, default to 0)size
- Optional page size (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)domainId
- Filter by domainId (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<PageListUnsubscribeRecipients> getListUnsubscribeRecipientsWithHttpInfo(Integer page, Integer size, String sort, UUID domainId) throws ApiException
page
- Optional page index (optional, default to 0)size
- Optional page size (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)domainId
- Filter by domainId (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getListUnsubscribeRecipientsAsync(Integer page, Integer size, String sort, UUID domainId, ApiCallback<PageListUnsubscribeRecipients> _callback) throws ApiException
page
- Optional page index (optional, default to 0)size
- Optional page size (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)domainId
- Filter by domainId (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
Copyright © 2023. All rights reserved.