| Package | Description |
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
DomainDto |
DomainControllerApi.addDomainWildcardCatchAll(UUID id)
Add catch all wild card inbox to domain
Add a catch all inbox to a domain so that any emails sent to it that cannot be matched will be sent to the catch all inbox generated
|
DomainDto |
DomainControllerApi.createDomain(CreateDomainOptions domainOptions)
Create Domain
Link a domain that you own with MailSlurp so you can create email addresses using it.
|
DomainDto |
DomainControllerApi.getDomain(UUID id)
Get a domain
Returns domain verification status and tokens for a given domain
|
DomainDto |
DomainControllerApi.updateDomain(UUID id,
UpdateDomainOptions updateDomainDto)
Update a domain
Update values on a domain.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<DomainDto> |
DomainControllerApi.addDomainWildcardCatchAllWithHttpInfo(UUID id)
Add catch all wild card inbox to domain
Add a catch all inbox to a domain so that any emails sent to it that cannot be matched will be sent to the catch all inbox generated
|
ApiResponse<DomainDto> |
DomainControllerApi.createDomainWithHttpInfo(CreateDomainOptions domainOptions)
Create Domain
Link a domain that you own with MailSlurp so you can create email addresses using it.
|
ApiResponse<DomainDto> |
DomainControllerApi.getDomainWithHttpInfo(UUID id)
Get a domain
Returns domain verification status and tokens for a given domain
|
ApiResponse<DomainDto> |
DomainControllerApi.updateDomainWithHttpInfo(UUID id,
UpdateDomainOptions updateDomainDto)
Update a domain
Update values on a domain.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
DomainControllerApi.addDomainWildcardCatchAllAsync(UUID id,
ApiCallback<DomainDto> _callback)
Add catch all wild card inbox to domain (asynchronously)
Add a catch all inbox to a domain so that any emails sent to it that cannot be matched will be sent to the catch all inbox generated
|
okhttp3.Call |
DomainControllerApi.createDomainAsync(CreateDomainOptions domainOptions,
ApiCallback<DomainDto> _callback)
Create Domain (asynchronously)
Link a domain that you own with MailSlurp so you can create email addresses using it.
|
okhttp3.Call |
DomainControllerApi.getDomainAsync(UUID id,
ApiCallback<DomainDto> _callback)
Get a domain (asynchronously)
Returns domain verification status and tokens for a given domain
|
okhttp3.Call |
DomainControllerApi.updateDomainAsync(UUID id,
UpdateDomainOptions updateDomainDto,
ApiCallback<DomainDto> _callback)
Update a domain (asynchronously)
Update values on a domain.
|
| Modifier and Type | Method and Description |
|---|---|
DomainDto |
DomainDto.addDkimTokensItem(String dkimTokensItem) |
DomainDto |
DomainDto.addDomainNameRecordsItem(DomainNameRecord domainNameRecordsItem) |
DomainDto |
DomainDto.catchAllInboxId(UUID catchAllInboxId) |
DomainDto |
DomainDto.createdAt(OffsetDateTime createdAt) |
DomainDto |
DomainDto.dkimTokens(List<String> dkimTokens) |
DomainDto |
DomainDto.domain(String domain) |
DomainDto |
DomainDto.domainNameRecords(List<DomainNameRecord> domainNameRecords) |
DomainDto |
DomainDto.id(UUID id) |
DomainDto |
DomainDto.isVerified(Boolean isVerified) |
DomainDto |
DomainDto.updatedAt(OffsetDateTime updatedAt) |
DomainDto |
DomainDto.userId(UUID userId) |
DomainDto |
DomainDto.verificationToken(String verificationToken) |
Copyright © 2021. All rights reserved.