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 createDomainOptions)
Create Domain
Link a domain that you own with MailSlurp so you can create email addresses using it.
|
DomainDto |
DomainControllerApi.getDomain(UUID id,
Boolean checkForErrors)
Get a domain
Returns domain verification status and tokens for a given domain
|
DomainDto |
DomainControllerApi.updateDomain(UUID id,
UpdateDomainOptions updateDomainOptions)
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 createDomainOptions)
Create Domain
Link a domain that you own with MailSlurp so you can create email addresses using it.
|
ApiResponse<DomainDto> |
DomainControllerApi.getDomainWithHttpInfo(UUID id,
Boolean checkForErrors)
Get a domain
Returns domain verification status and tokens for a given domain
|
ApiResponse<DomainDto> |
DomainControllerApi.updateDomainWithHttpInfo(UUID id,
UpdateDomainOptions updateDomainOptions)
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 createDomainOptions,
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,
Boolean checkForErrors,
ApiCallback<DomainDto> _callback)
Get a domain (asynchronously)
Returns domain verification status and tokens for a given domain
|
okhttp3.Call |
DomainControllerApi.updateDomainAsync(UUID id,
UpdateDomainOptions updateDomainOptions,
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.domainType(DomainDto.DomainTypeEnum domainType) |
static DomainDto |
DomainDto.fromJson(String jsonString)
Create an instance of DomainDto given an JSON string
|
DomainDto |
DomainDto.hasMissingRecords(Boolean hasMissingRecords) |
DomainDto |
DomainDto.id(UUID id) |
DomainDto |
DomainDto.isVerified(Boolean isVerified) |
DomainDto |
DomainDto.missingRecordsMessage(String missingRecordsMessage) |
DomainDto |
DomainDto.updatedAt(OffsetDateTime updatedAt) |
DomainDto |
DomainDto.userId(UUID userId) |
DomainDto |
DomainDto.verificationToken(String verificationToken) |
Copyright © 2023. All rights reserved.