A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Z
W
- waitFor(WaitForConditions) - function in com.mailslurp.apis.WaitForControllerApi
- Wait for an email to match the provided filter conditions such as subject contains keyword.
- WaitForConditions - class in com.mailslurp.models
- Conditions to apply to emails that you are waiting for
- WaitForConditions.CountType - class in com.mailslurp.models.WaitForConditions
- How result size should be compared with the expected size.
- WaitForConditions.SortDirection - class in com.mailslurp.models.WaitForConditions
- Direction to sort matching emails by created time Values: aSC,dESC
- WaitForControllerApi - class in com.mailslurp.apis
- WaitForControllerApi.Companion - class in com.mailslurp.apis.WaitForControllerApi
- waitForDeliveryStatuses(UUID,UUID,Long,Integer,OffsetDateTime,OffsetDateTime) - function in com.mailslurp.apis.SentEmailsControllerApi
- Wait for delivery statuses
- waitForDeliveryStatusesRequestConfig(UUID,UUID,Long,Integer,OffsetDateTime,OffsetDateTime) - function in com.mailslurp.apis.SentEmailsControllerApi
- To obtain the request config of the operation waitForDeliveryStatuses
- waitForEmailCount(UUID,Integer,Long,Boolean,OffsetDateTime,OffsetDateTime,String,Long) - function in com.mailslurp.apis.WaitForControllerApi
- Wait for and return count number of emails.
- waitForEmailCountRequestConfig(UUID,Integer,Long,Boolean,OffsetDateTime,OffsetDateTime,String,Long) - function in com.mailslurp.apis.WaitForControllerApi
- To obtain the request config of the operation waitForEmailCount
- waitForLatestEmail(UUID,Long,Boolean,OffsetDateTime,OffsetDateTime,String,Long) - function in com.mailslurp.apis.WaitForControllerApi
- Fetch inbox's latest email or if empty wait for an email to arrive Will return either the last received email or wait for an email to arrive and return that.
- waitForLatestEmailRequestConfig(UUID,Long,Boolean,OffsetDateTime,OffsetDateTime,String,Long) - function in com.mailslurp.apis.WaitForControllerApi
- To obtain the request config of the operation waitForLatestEmail
- waitForLatestSms(WaitForSingleSmsOptions) - function in com.mailslurp.apis.WaitForControllerApi
- Wait for the latest SMS message to match the provided filter conditions such as body contains keyword.
- waitForLatestSmsRequestConfig(WaitForSingleSmsOptions) - function in com.mailslurp.apis.WaitForControllerApi
- To obtain the request config of the operation waitForLatestSms
- waitForMatchingEmails(UUID,Integer,MatchOptions,OffsetDateTime,OffsetDateTime,String,Long,Long,Boolean) - function in com.mailslurp.apis.WaitForControllerApi
- Wait or return list of emails that match simple matching patterns Perform a search of emails in an inbox with the given patterns.
- waitForMatchingEmailsRequestConfig(UUID,Integer,MatchOptions,OffsetDateTime,OffsetDateTime,String,Long,Long,Boolean) - function in com.mailslurp.apis.WaitForControllerApi
- To obtain the request config of the operation waitForMatchingEmails
- waitForMatchingFirstEmail(UUID,MatchOptions,Long,Boolean,OffsetDateTime,OffsetDateTime,String,Long) - function in com.mailslurp.apis.WaitForControllerApi
- Wait for or return the first email that matches provided MatchOptions array Perform a search of emails in an inbox with the given patterns.
- waitForMatchingFirstEmailRequestConfig(UUID,MatchOptions,Long,Boolean,OffsetDateTime,OffsetDateTime,String,Long) - function in com.mailslurp.apis.WaitForControllerApi
- To obtain the request config of the operation waitForMatchingFirstEmail
- waitForNthEmail(UUID,Integer,Long,Boolean,OffsetDateTime,OffsetDateTime,String,Long) - function in com.mailslurp.apis.WaitForControllerApi
- Wait for or fetch the email with a given index in the inbox specified.
- waitForNthEmailRequestConfig(UUID,Integer,Long,Boolean,OffsetDateTime,OffsetDateTime,String,Long) - function in com.mailslurp.apis.WaitForControllerApi
- To obtain the request config of the operation waitForNthEmail
- waitForNthMissedEmail(Integer,UUID,Long,OffsetDateTime,OffsetDateTime) - function in com.mailslurp.apis.MissedEmailControllerApi
- Wait for Nth missed email Wait for 0 based index missed email
- waitForNthMissedEmailRequestConfig(Integer,UUID,Long,OffsetDateTime,OffsetDateTime) - function in com.mailslurp.apis.MissedEmailControllerApi
- To obtain the request config of the operation waitForNthMissedEmail
- waitForRequestConfig(WaitForConditions) - function in com.mailslurp.apis.WaitForControllerApi
- To obtain the request config of the operation waitFor
- WaitForSingleSmsOptions - class in com.mailslurp.models
- WaitForSingleSmsOptions.SortDirection - class in com.mailslurp.models.WaitForSingleSmsOptions
- Values: aSC,dESC
- waitForSms(WaitForSmsConditions) - function in com.mailslurp.apis.WaitForControllerApi
- Wait for an SMS message to match the provided filter conditions such as body contains keyword.
- WaitForSmsConditions - class in com.mailslurp.models
- Conditions to apply to emails that you are waiting for
- WaitForSmsConditions.CountType - class in com.mailslurp.models.WaitForSmsConditions
- How result size should be compared with the expected size.
- WaitForSmsConditions.SortDirection - class in com.mailslurp.models.WaitForSmsConditions
- Direction to sort matching SMSs by created time Values: aSC,dESC
- waitForSmsRequestConfig(WaitForSmsConditions) - function in com.mailslurp.apis.WaitForControllerApi
- To obtain the request config of the operation waitForSms
- WebhookBouncePayload - class in com.mailslurp.models
- BOUNCE webhook payload.
- WebhookBouncePayload.EventName - class in com.mailslurp.models.WebhookBouncePayload
- Name of the event type webhook is being triggered for.
- WebhookBounceRecipientPayload - class in com.mailslurp.models
- BOUNCE_RECIPIENT webhook payload.
- WebhookBounceRecipientPayload.EventName - class in com.mailslurp.models.WebhookBounceRecipientPayload
- Name of the event type webhook is being triggered for.
- WebhookControllerApi - class in com.mailslurp.apis
- WebhookControllerApi.Companion - class in com.mailslurp.apis.WebhookControllerApi
- WebhookDto - class in com.mailslurp.models
- Representation of a webhook for an inbox.
- WebhookDto.EventName - class in com.mailslurp.models.WebhookDto
- Webhook trigger event name Values: eMAILRECEIVED,nEWEMAIL,nEWCONTACT,nEWATTACHMENT,eMAILOPENED,eMAILREAD,bOUNCE,bOUNCERECIPIENT,nEWSMS
- WebhookDto.Method - class in com.mailslurp.models.WebhookDto
- HTTP method that your server endpoint must listen for Values: gET,hEAD,pOST,pUT,pATCH,dELETE,oPTIONS,tRACE
- WebhookEmailOpenedPayload - class in com.mailslurp.models
- EMAIL_OPENED webhook payload.
- WebhookEmailOpenedPayload.EventName - class in com.mailslurp.models.WebhookEmailOpenedPayload
- Name of the event type webhook is being triggered for.
- WebhookEmailReadPayload - class in com.mailslurp.models
- EMAIL_READ webhook payload.
- WebhookEmailReadPayload.EventName - class in com.mailslurp.models.WebhookEmailReadPayload
- Name of the event type webhook is being triggered for.
- WebhookHeaderNameValue - class in com.mailslurp.models
- Name value pair for webhook header
- WebhookHeaders - class in com.mailslurp.models
- Webhook HTTP headers to include with each request from MailSlurp to your server
- WebhookNewAttachmentPayload - class in com.mailslurp.models
- NEW_ATTACHMENT webhook payload.
- WebhookNewAttachmentPayload.EventName - class in com.mailslurp.models.WebhookNewAttachmentPayload
- Name of the event type webhook is being triggered for.
- WebhookNewContactPayload - class in com.mailslurp.models
- NEW_CONTACT webhook payload.
- WebhookNewContactPayload.EventName - class in com.mailslurp.models.WebhookNewContactPayload
- Name of the event type webhook is being triggered for.
- WebhookNewEmailPayload - class in com.mailslurp.models
- NEW_EMAIL webhook payload.
- WebhookNewEmailPayload.EventName - class in com.mailslurp.models.WebhookNewEmailPayload
- Name of the event type webhook is being triggered for.
- WebhookProjection - class in com.mailslurp.models
- Representation of a webhook
- WebhookProjection.EventName - class in com.mailslurp.models.WebhookProjection
- Values: eMAILRECEIVED,nEWEMAIL,nEWCONTACT,nEWATTACHMENT,eMAILOPENED,eMAILREAD,bOUNCE,bOUNCERECIPIENT,nEWSMS
- WebhookRedriveResult - class in com.mailslurp.models
- Result of retrying webhook
- WebhookResultDto - class in com.mailslurp.models
- Result of a webhook notification
- WebhookResultDto.HttpMethod - class in com.mailslurp.models.WebhookResultDto
- Values: gET,hEAD,pOST,pUT,pATCH,dELETE,oPTIONS,tRACE
- WebhookResultDto.ResultType - class in com.mailslurp.models.WebhookResultDto
- Values: bADRESPONSE,eXCEPTION,sUCCESS
- WebhookResultDto.WebhookEvent - class in com.mailslurp.models.WebhookResultDto
- Values: eMAILRECEIVED,nEWEMAIL,nEWCONTACT,nEWATTACHMENT,eMAILOPENED,eMAILREAD,bOUNCE,bOUNCERECIPIENT,nEWSMS
- WebhookTestRequest - class in com.mailslurp.models
- Result of webhook test request
- WebhookTestRequest.Method - class in com.mailslurp.models.WebhookTestRequest
- Values: gET,hEAD,pOST,pUT,pATCH,dELETE,oPTIONS,tRACE
- WebhookTestResponse - class in com.mailslurp.models
- Response from webhook test request
- WebhookTestResult - class in com.mailslurp.models
- Results of testing a webhook
- wKS - enum entry in com.mailslurp.models.DNSLookupOptions.RecordTypes
- wKS - enum entry in com.mailslurp.models.DNSLookupResult.RecordType
- wKS - enum entry in com.mailslurp.models.DomainNameRecord.RecordType