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
 
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
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
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,eMAILOPENED,eMAILREAD
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.
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
WebhookRedriveResult - class in com.mailslurp.models
 
WebhookResultDto - class in com.mailslurp.models
 
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
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
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W  X  Z