-
public final class MissedEmailControllerApi extends ApiClient
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMissedEmailControllerApi.Companion
-
Constructor Summary
Constructors Constructor Description MissedEmailControllerApi(String xApiKey, String basePath)
-
Method Summary
Modifier and Type Method Description final StringgetBaseUrl()final PageMissedEmailProjectiongetAllMissedEmails(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, UUID inboxId)Get all MissedEmails in paginated format final RequestConfiggetAllMissedEmailsRequestConfig(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, UUID inboxId)To obtain the request config of the operation getAllMissedEmails final PageUnknownMissedEmailProjectiongetAllUnknownMissedEmails(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. final RequestConfiggetAllUnknownMissedEmailsRequestConfig(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, UUID inboxId)To obtain the request config of the operation getAllUnknownMissedEmails final MissedEmailgetMissedEmail(UUID missedEmailId)Get MissedEmail final RequestConfiggetMissedEmailRequestConfig(UUID missedEmailId)To obtain the request config of the operation getMissedEmail final MissedEmailwaitForNthMissedEmail(Integer index, UUID inboxId, Long timeout, OffsetDateTime since, OffsetDateTime before)Wait for Nth missed email Wait for 0 based index missed email final RequestConfigwaitForNthMissedEmailRequestConfig(Integer index, UUID inboxId, Long timeout, OffsetDateTime since, OffsetDateTime before)To obtain the request config of the operation waitForNthMissedEmail -
-
Method Detail
-
getBaseUrl
final String getBaseUrl()
-
getAllMissedEmails
final PageMissedEmailProjection getAllMissedEmails(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, UUID inboxId)
Get all MissedEmails in paginated format
- Parameters:
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)
-
getAllMissedEmailsRequestConfig
final RequestConfig getAllMissedEmailsRequestConfig(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, UUID inboxId)
To obtain the request config of the operation getAllMissedEmails
- Parameters:
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)
-
getAllUnknownMissedEmails
final 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.
- Parameters:
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)
-
getAllUnknownMissedEmailsRequestConfig
final RequestConfig getAllUnknownMissedEmailsRequestConfig(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, UUID inboxId)
To obtain the request config of the operation getAllUnknownMissedEmails
- Parameters:
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)
-
getMissedEmail
final MissedEmail getMissedEmail(UUID missedEmailId)
Get MissedEmail
-
getMissedEmailRequestConfig
final RequestConfig getMissedEmailRequestConfig(UUID missedEmailId)
To obtain the request config of the operation getMissedEmail
-
waitForNthMissedEmail
final MissedEmail waitForNthMissedEmail(Integer index, UUID inboxId, Long timeout, OffsetDateTime since, OffsetDateTime before)
Wait for Nth missed email Wait for 0 based index missed email
- Parameters:
index- Zero based index of the email to wait for.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)
-
waitForNthMissedEmailRequestConfig
final RequestConfig waitForNthMissedEmailRequestConfig(Integer index, UUID inboxId, Long timeout, OffsetDateTime since, OffsetDateTime before)
To obtain the request config of the operation waitForNthMissedEmail
- Parameters:
index- Zero based index of the email to wait for.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)
-
-
-
-