Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
DomainDto |
DomainControllerApi.createDomain(CreateDomainOptions createDomainOptions)
Create Domain
Link a domain that you own with MailSlurp so you can create email addresses using it.
|
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.createDomainCall(CreateDomainOptions createDomainOptions,
ApiCallback _callback)
Build call for createDomain
|
ApiResponse<DomainDto> |
DomainControllerApi.createDomainWithHttpInfo(CreateDomainOptions createDomainOptions)
Create Domain
Link a domain that you own with MailSlurp so you can create email addresses using it.
|
Modifier and Type | Method and Description |
---|---|
CreateDomainOptions |
CreateDomainOptions.createdCatchAllInbox(Boolean createdCatchAllInbox) |
CreateDomainOptions |
CreateDomainOptions.description(String description) |
CreateDomainOptions |
CreateDomainOptions.domain(String domain) |
CreateDomainOptions |
CreateDomainOptions.domainType(CreateDomainOptions.DomainTypeEnum domainType) |
static CreateDomainOptions |
CreateDomainOptions.fromJson(String jsonString)
Create an instance of CreateDomainOptions given an JSON string
|
Copyright © 2023. All rights reserved.