@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-04-02T22:56:45.878Z[GMT]") public class CreateDomainOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CREATED_CATCH_ALL_INBOX |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_DOMAIN |
| Constructor and Description |
|---|
CreateDomainOptions() |
| Modifier and Type | Method and Description |
|---|---|
CreateDomainOptions |
createdCatchAllInbox(Boolean createdCatchAllInbox) |
CreateDomainOptions |
description(String description) |
CreateDomainOptions |
domain(String domain) |
boolean |
equals(Object o) |
Boolean |
getCreatedCatchAllInbox()
Whether to create a catch all inbox for the domain.
|
String |
getDescription()
Optional description of the domain.
|
String |
getDomain()
The top level domain you wish to use with MailSlurp.
|
int |
hashCode() |
void |
setCreatedCatchAllInbox(Boolean createdCatchAllInbox) |
void |
setDescription(String description) |
void |
setDomain(String domain) |
String |
toString() |
public static final String SERIALIZED_NAME_CREATED_CATCH_ALL_INBOX
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DOMAIN
public CreateDomainOptions createdCatchAllInbox(Boolean createdCatchAllInbox)
@Nullable public Boolean getCreatedCatchAllInbox()
public void setCreatedCatchAllInbox(Boolean createdCatchAllInbox)
public CreateDomainOptions description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public CreateDomainOptions domain(String domain)
@Nullable public String getDomain()
public void setDomain(String domain)
Copyright © 2021. All rights reserved.