public class MissedEmailControllerApi extends Object
Constructor and Description |
---|
MissedEmailControllerApi() |
MissedEmailControllerApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
PageMissedEmailProjection |
getAllMissedEmails(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
UUID inboxId)
Get all MissedEmails in paginated format
|
okhttp3.Call |
getAllMissedEmailsAsync(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
UUID inboxId,
ApiCallback<PageMissedEmailProjection> _callback)
Get all MissedEmails in paginated format (asynchronously)
|
okhttp3.Call |
getAllMissedEmailsCall(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
UUID inboxId,
ApiCallback _callback)
Build call for getAllMissedEmails
|
ApiResponse<PageMissedEmailProjection> |
getAllMissedEmailsWithHttpInfo(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
UUID inboxId)
Get all MissedEmails in paginated format
|
PageUnknownMissedEmailProjection |
getAllUnknownMissedEmails(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
UUID inboxId)
Get all unknown missed emails in paginated format
Unknown missed emails are emails that were sent to MailSlurp but could not be assigned to an existing inbox.
|
okhttp3.Call |
getAllUnknownMissedEmailsAsync(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
UUID inboxId,
ApiCallback<PageUnknownMissedEmailProjection> _callback)
Get all unknown missed emails in paginated format (asynchronously)
Unknown missed emails are emails that were sent to MailSlurp but could not be assigned to an existing inbox.
|
okhttp3.Call |
getAllUnknownMissedEmailsCall(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
UUID inboxId,
ApiCallback _callback)
Build call for getAllUnknownMissedEmails
|
ApiResponse<PageUnknownMissedEmailProjection> |
getAllUnknownMissedEmailsWithHttpInfo(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
UUID inboxId)
Get all unknown missed emails in paginated format
Unknown missed emails are emails that were sent to MailSlurp but could not be assigned to an existing inbox.
|
ApiClient |
getApiClient() |
String |
getCustomBaseUrl() |
int |
getHostIndex() |
MissedEmailDto |
getMissedEmail(UUID missedEmailId)
Get MissedEmail
List emails that were missed due to plan limits.
|
okhttp3.Call |
getMissedEmailAsync(UUID missedEmailId,
ApiCallback<MissedEmailDto> _callback)
Get MissedEmail (asynchronously)
List emails that were missed due to plan limits.
|
okhttp3.Call |
getMissedEmailCall(UUID missedEmailId,
ApiCallback _callback)
Build call for getMissedEmail
|
ApiResponse<MissedEmailDto> |
getMissedEmailWithHttpInfo(UUID missedEmailId)
Get MissedEmail
List emails that were missed due to plan limits.
|
void |
restoreMissedEmails()
Restore missed emails
If emails were missed due to a plan limit they are saved as missed emails.
|
okhttp3.Call |
restoreMissedEmailsAsync(ApiCallback<Void> _callback)
Restore missed emails (asynchronously)
If emails were missed due to a plan limit they are saved as missed emails.
|
okhttp3.Call |
restoreMissedEmailsCall(ApiCallback _callback)
Build call for restoreMissedEmails
|
ApiResponse<Void> |
restoreMissedEmailsWithHttpInfo()
Restore missed emails
If emails were missed due to a plan limit they are saved as missed emails.
|
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
MissedEmailDto |
waitForNthMissedEmail(Integer index,
UUID inboxId,
Long timeout,
OffsetDateTime since,
OffsetDateTime before)
Wait for Nth missed email
Wait for 0 based index missed email
|
okhttp3.Call |
waitForNthMissedEmailAsync(Integer index,
UUID inboxId,
Long timeout,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<MissedEmailDto> _callback)
Wait for Nth missed email (asynchronously)
Wait for 0 based index missed email
|
okhttp3.Call |
waitForNthMissedEmailCall(Integer index,
UUID inboxId,
Long timeout,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for waitForNthMissedEmail
|
ApiResponse<MissedEmailDto> |
waitForNthMissedEmailWithHttpInfo(Integer index,
UUID inboxId,
Long timeout,
OffsetDateTime since,
OffsetDateTime before)
Wait for Nth missed email
Wait for 0 based index missed email
|
public MissedEmailControllerApi()
public MissedEmailControllerApi(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 getAllMissedEmailsCall(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, UUID inboxId, ApiCallback _callback) throws ApiException
page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size in list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)inboxId
- Optional inbox ID filter (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public PageMissedEmailProjection getAllMissedEmails(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, UUID inboxId) throws ApiException
page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size in list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)inboxId
- Optional inbox ID filter (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<PageMissedEmailProjection> getAllMissedEmailsWithHttpInfo(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, UUID inboxId) throws ApiException
page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size in list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)inboxId
- Optional inbox ID filter (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 getAllMissedEmailsAsync(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, UUID inboxId, ApiCallback<PageMissedEmailProjection> _callback) throws ApiException
page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size in list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)inboxId
- Optional inbox ID filter (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 getAllUnknownMissedEmailsCall(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, UUID inboxId, ApiCallback _callback) throws ApiException
page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size in list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)inboxId
- Optional inbox ID filter (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public PageUnknownMissedEmailProjection getAllUnknownMissedEmails(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, UUID inboxId) throws ApiException
page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size in list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)inboxId
- Optional inbox ID filter (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<PageUnknownMissedEmailProjection> getAllUnknownMissedEmailsWithHttpInfo(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, UUID inboxId) throws ApiException
page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size in list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)inboxId
- Optional inbox ID filter (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 getAllUnknownMissedEmailsAsync(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, UUID inboxId, ApiCallback<PageUnknownMissedEmailProjection> _callback) throws ApiException
page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size in list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)inboxId
- Optional inbox ID filter (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 getMissedEmailCall(UUID missedEmailId, ApiCallback _callback) throws ApiException
missedEmailId
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public MissedEmailDto getMissedEmail(UUID missedEmailId) throws ApiException
missedEmailId
- (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<MissedEmailDto> getMissedEmailWithHttpInfo(UUID missedEmailId) throws ApiException
missedEmailId
- (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 getMissedEmailAsync(UUID missedEmailId, ApiCallback<MissedEmailDto> _callback) throws ApiException
missedEmailId
- (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 restoreMissedEmailsCall(ApiCallback _callback) throws ApiException
_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public void restoreMissedEmails() throws ApiException
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<Void> restoreMissedEmailsWithHttpInfo() throws ApiException
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 restoreMissedEmailsAsync(ApiCallback<Void> _callback) throws ApiException
_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 waitForNthMissedEmailCall(Integer index, UUID inboxId, Long timeout, OffsetDateTime since, OffsetDateTime before, ApiCallback _callback) throws ApiException
index
- Zero based index of the email to wait for. If 1 missed email already and you want to wait for the 2nd email pass index=1 (required)inboxId
- Optional inbox ID filter (optional)timeout
- Optional timeout milliseconds (optional)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 MissedEmailDto waitForNthMissedEmail(Integer index, UUID inboxId, Long timeout, OffsetDateTime since, OffsetDateTime before) throws ApiException
index
- Zero based index of the email to wait for. If 1 missed email already and you want to wait for the 2nd email pass index=1 (required)inboxId
- Optional inbox ID filter (optional)timeout
- Optional timeout milliseconds (optional)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<MissedEmailDto> waitForNthMissedEmailWithHttpInfo(Integer index, UUID inboxId, Long timeout, OffsetDateTime since, OffsetDateTime before) throws ApiException
index
- Zero based index of the email to wait for. If 1 missed email already and you want to wait for the 2nd email pass index=1 (required)inboxId
- Optional inbox ID filter (optional)timeout
- Optional timeout milliseconds (optional)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 waitForNthMissedEmailAsync(Integer index, UUID inboxId, Long timeout, OffsetDateTime since, OffsetDateTime before, ApiCallback<MissedEmailDto> _callback) throws ApiException
index
- Zero based index of the email to wait for. If 1 missed email already and you want to wait for the 2nd email pass index=1 (required)inboxId
- Optional inbox ID filter (optional)timeout
- Optional timeout milliseconds (optional)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 | - |
Copyright © 2023. All rights reserved.