A
B
C
D
E
F
G
H
I
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 that a
waitForXEmailsendpoint operates on. - WaitForConditions.CountType - class in com.mailslurp.models.WaitForConditions
- How should the found count be compared to the expected count.
- 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
- waitForEmailCount(Integer,UUID,Long,Boolean) - function in com.mailslurp.apis.WaitForControllerApi
- Wait for and return count number of emails.
- waitForEmailCountRequestConfig(Integer,UUID,Long,Boolean) - function in com.mailslurp.apis.WaitForControllerApi
- To obtain the request config of the operation waitForEmailCount
- waitForLatestEmail(UUID,Long,Boolean) - 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) - function in com.mailslurp.apis.WaitForControllerApi
- To obtain the request config of the operation waitForLatestEmail
- waitForMatchingEmail(MatchOptions,Integer,UUID,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.
- waitForMatchingEmailRequestConfig(MatchOptions,Integer,UUID,Long,Boolean) - function in com.mailslurp.apis.WaitForControllerApi
- To obtain the request config of the operation waitForMatchingEmail
- waitForMatchingFirstEmail(MatchOptions,UUID,Long,Boolean) - function in com.mailslurp.apis.WaitForControllerApi
- Wait for or return the first email that matches proved MatchOptions array Perform a search of emails in an inbox with the given patterns.
- waitForMatchingFirstEmailRequestConfig(MatchOptions,UUID,Long,Boolean) - function in com.mailslurp.apis.WaitForControllerApi
- To obtain the request config of the operation waitForMatchingFirstEmail
- waitForNthEmail(UUID,Integer,Long,Boolean) - 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) - function in com.mailslurp.apis.WaitForControllerApi
- To obtain the request config of the operation waitForNthEmail
- waitForRequestConfig(WaitForConditions) - function in com.mailslurp.apis.WaitForControllerApi
- To obtain the request config of the operation waitFor
- 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
- Values: eMAILRECEIVED,nEWEMAIL,nEWCONTACT,nEWATTACHMENT
- 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
- WebhookProjection - class in com.mailslurp.models
- Representation of a webhook
- WebhookTestRequest - class in com.mailslurp.models
- WebhookTestRequest.Method - class in com.mailslurp.models.WebhookTestRequest
- Values: gET,hEAD,pOST,pUT,pATCH,dELETE,oPTIONS,tRACE
- WebhookTestResponse - class in com.mailslurp.models
- 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