A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  R  S  T  U  V  W  X  Z 

C

cAA - enum entry in com.mailslurp.models.DNSLookupOptions.RecordTypes
 
cAA - enum entry in com.mailslurp.models.DNSLookupResult.RecordType
 
cAA - enum entry in com.mailslurp.models.DomainNameRecord.RecordType
 
cC - enum entry in com.mailslurp.models.MatchOption.Field
 
cDNSKEY - enum entry in com.mailslurp.models.DNSLookupOptions.RecordTypes
 
cDNSKEY - enum entry in com.mailslurp.models.DNSLookupResult.RecordType
 
cDNSKEY - enum entry in com.mailslurp.models.DomainNameRecord.RecordType
 
cDS - enum entry in com.mailslurp.models.DNSLookupOptions.RecordTypes
 
cDS - enum entry in com.mailslurp.models.DNSLookupResult.RecordType
 
cDS - enum entry in com.mailslurp.models.DomainNameRecord.RecordType
 
cERT - enum entry in com.mailslurp.models.DNSLookupOptions.RecordTypes
 
cERT - enum entry in com.mailslurp.models.DNSLookupResult.RecordType
 
cERT - enum entry in com.mailslurp.models.DomainNameRecord.RecordType
 
ClientError - enum entry in com.mailslurp.infrastructure.ResponseType
 
ClientError - class in com.mailslurp.infrastructure
 
ClientException - class in com.mailslurp.infrastructure
 
ClientException.Companion - class in com.mailslurp.infrastructure.ClientException
 
cNAME - enum entry in com.mailslurp.models.DNSLookupOptions.RecordTypes
 
cNAME - enum entry in com.mailslurp.models.DNSLookupResult.RecordType
 
cNAME - enum entry in com.mailslurp.models.DomainNameRecord.RecordType
 
collectionDelimiter(String) - function in com.mailslurp.infrastructure.ApiAbstractionsKt
 
com.mailslurp.apis - package com.mailslurp.apis
 
com.mailslurp.infrastructure - package com.mailslurp.infrastructure
 
com.mailslurp.models - package com.mailslurp.models
 
CommonActionsControllerApi - class in com.mailslurp.apis
 
CommonActionsControllerApi.Companion - class in com.mailslurp.apis.CommonActionsControllerApi
 
ContactControllerApi - class in com.mailslurp.apis
 
ContactControllerApi.Companion - class in com.mailslurp.apis.ContactControllerApi
 
ContactDto - class in com.mailslurp.models
 
ContactProjection - class in com.mailslurp.models
 
cONTAIN - enum entry in com.mailslurp.models.MatchOption.Should
 
ContentMatchOptions - class in com.mailslurp.models
Options for matching content using regex patterns based on Java Pattern syntax
createAlias(CreateAliasOptions) - function in com.mailslurp.apis.AliasControllerApi
Create an email alias.
CreateAliasOptions - class in com.mailslurp.models
Create email alias options.
createAliasRequestConfig(CreateAliasOptions) - function in com.mailslurp.apis.AliasControllerApi
To obtain the request config of the operation createAlias
createContact(CreateContactOptions) - function in com.mailslurp.apis.ContactControllerApi
Create a contact
CreateContactOptions - class in com.mailslurp.models
 
createContactRequestConfig(CreateContactOptions) - function in com.mailslurp.apis.ContactControllerApi
To obtain the request config of the operation createContact
createDomain(CreateDomainOptions) - function in com.mailslurp.apis.DomainControllerApi
Create Domain Link a domain that you own with MailSlurp so you can create email addresses using it.
CreateDomainOptions - class in com.mailslurp.models
Options for creating a domain to use with MailSlurp.
CreateDomainOptions.DomainType - class in com.mailslurp.models.CreateDomainOptions
Domain type to create.
createDomainRequestConfig(CreateDomainOptions) - function in com.mailslurp.apis.DomainControllerApi
To obtain the request config of the operation createDomain
createGroup(CreateGroupOptions) - function in com.mailslurp.apis.GroupControllerApi
Create a group
CreateGroupOptions - class in com.mailslurp.models
 
createGroupRequestConfig(CreateGroupOptions) - function in com.mailslurp.apis.GroupControllerApi
To obtain the request config of the operation createGroup
createInbox(Boolean,String,String,OffsetDateTime,Long,Boolean,String,String,List,Boolean) - function in com.mailslurp.apis.InboxControllerApi
Create an inbox email address.
CreateInboxDto - class in com.mailslurp.models
Options for creating an inbox.
CreateInboxDto.InboxType - class in com.mailslurp.models.CreateInboxDto
HTTP (default) or SMTP inbox type.
createInboxRequestConfig(Boolean,String,String,OffsetDateTime,Long,Boolean,String,String,List,Boolean) - function in com.mailslurp.apis.InboxControllerApi
To obtain the request config of the operation createInbox
createInboxWithDefaults() - function in com.mailslurp.apis.InboxControllerApi
Create an inbox with default options.
createInboxWithDefaultsRequestConfig() - function in com.mailslurp.apis.InboxControllerApi
To obtain the request config of the operation createInboxWithDefaults
createInboxWithOptions(CreateInboxDto) - function in com.mailslurp.apis.InboxControllerApi
Create an inbox with options.
createInboxWithOptionsRequestConfig(CreateInboxDto) - function in com.mailslurp.apis.InboxControllerApi
To obtain the request config of the operation createInboxWithOptions
createNewEmailAddress(Boolean,OffsetDateTime,Long,Boolean) - function in com.mailslurp.apis.CommonActionsControllerApi
Create new random inbox Returns an Inbox with an `id` and an `emailAddress`
createNewEmailAddress1(Boolean,OffsetDateTime,Long,Boolean) - function in com.mailslurp.apis.CommonActionsControllerApi
Create new random inbox Returns an Inbox with an `id` and an `emailAddress`
createNewEmailAddress1RequestConfig(Boolean,OffsetDateTime,Long,Boolean) - function in com.mailslurp.apis.CommonActionsControllerApi
To obtain the request config of the operation createNewEmailAddress1
createNewEmailAddressRequestConfig(Boolean,OffsetDateTime,Long,Boolean) - function in com.mailslurp.apis.CommonActionsControllerApi
To obtain the request config of the operation createNewEmailAddress
createTemplate(CreateTemplateOptions) - function in com.mailslurp.apis.TemplateControllerApi
Create a Template
CreateTemplateOptions - class in com.mailslurp.models
 
createTemplateRequestConfig(CreateTemplateOptions) - function in com.mailslurp.apis.TemplateControllerApi
To obtain the request config of the operation createTemplate
createWebhook(UUID,CreateWebhookOptions) - function in com.mailslurp.apis.WebhookControllerApi
Attach a WebHook URL to an inbox Get notified whenever an inbox receives an email via a WebHook URL.
CreateWebhookOptions - class in com.mailslurp.models
Options for creating a webhook.
CreateWebhookOptions.EventName - class in com.mailslurp.models.CreateWebhookOptions
Optional webhook event name.
createWebhookRequestConfig(UUID,CreateWebhookOptions) - function in com.mailslurp.apis.WebhookControllerApi
To obtain the request config of the operation createWebhook
cSYNC - enum entry in com.mailslurp.models.DNSLookupOptions.RecordTypes
 
cSYNC - enum entry in com.mailslurp.models.DNSLookupResult.RecordType
 
cSYNC - enum entry in com.mailslurp.models.DomainNameRecord.RecordType
 
A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  R  S  T  U  V  W  X  Z