@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-04-02T22:56:45.878Z[GMT]") public class CreateInboxDto extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ALLOW_TEAM_ACCESS |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_EMAIL_ADDRESS |
static String |
SERIALIZED_NAME_EXPIRES_AT |
static String |
SERIALIZED_NAME_EXPIRES_IN |
static String |
SERIALIZED_NAME_FAVOURITE |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_TAGS |
static String |
SERIALIZED_NAME_USE_DOMAIN_POOL |
| Constructor and Description |
|---|
CreateInboxDto() |
| Modifier and Type | Method and Description |
|---|---|
CreateInboxDto |
addTagsItem(String tagsItem) |
CreateInboxDto |
allowTeamAccess(Boolean allowTeamAccess) |
CreateInboxDto |
description(String description) |
CreateInboxDto |
emailAddress(String emailAddress) |
boolean |
equals(Object o) |
CreateInboxDto |
expiresAt(OffsetDateTime expiresAt) |
CreateInboxDto |
expiresIn(Long expiresIn) |
CreateInboxDto |
favourite(Boolean favourite) |
Boolean |
getAllowTeamAccess()
Grant team access to this inbox and the emails that belong to it for team members of your organization.
|
String |
getDescription()
Optional description of the inbox for labelling purposes.
|
String |
getEmailAddress()
A custom email address to use with the inbox.
|
OffsetDateTime |
getExpiresAt()
Optional inbox expiration date.
|
Long |
getExpiresIn()
Number of milliseconds that inbox should exist for
|
Boolean |
getFavourite()
Is the inbox favorited.
|
String |
getName()
Optional name of the inbox.
|
List<String> |
getTags()
Tags that inbox has been tagged with.
|
Boolean |
getUseDomainPool()
Use the MailSlurp domain name pool with this inbox when creating the email address.
|
int |
hashCode() |
CreateInboxDto |
name(String name) |
void |
setAllowTeamAccess(Boolean allowTeamAccess) |
void |
setDescription(String description) |
void |
setEmailAddress(String emailAddress) |
void |
setExpiresAt(OffsetDateTime expiresAt) |
void |
setExpiresIn(Long expiresIn) |
void |
setFavourite(Boolean favourite) |
void |
setName(String name) |
void |
setTags(List<String> tags) |
void |
setUseDomainPool(Boolean useDomainPool) |
CreateInboxDto |
tags(List<String> tags) |
String |
toString() |
CreateInboxDto |
useDomainPool(Boolean useDomainPool) |
public static final String SERIALIZED_NAME_ALLOW_TEAM_ACCESS
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_EMAIL_ADDRESS
public static final String SERIALIZED_NAME_EXPIRES_AT
public static final String SERIALIZED_NAME_EXPIRES_IN
public static final String SERIALIZED_NAME_FAVOURITE
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_TAGS
public static final String SERIALIZED_NAME_USE_DOMAIN_POOL
public CreateInboxDto allowTeamAccess(Boolean allowTeamAccess)
@Nullable public Boolean getAllowTeamAccess()
public void setAllowTeamAccess(Boolean allowTeamAccess)
public CreateInboxDto description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public CreateInboxDto emailAddress(String emailAddress)
@Nullable public String getEmailAddress()
public void setEmailAddress(String emailAddress)
public CreateInboxDto expiresAt(OffsetDateTime expiresAt)
@Nullable public OffsetDateTime getExpiresAt()
public void setExpiresAt(OffsetDateTime expiresAt)
public CreateInboxDto expiresIn(Long expiresIn)
@Nullable public Long getExpiresIn()
public void setExpiresIn(Long expiresIn)
public CreateInboxDto favourite(Boolean favourite)
@Nullable public Boolean getFavourite()
public void setFavourite(Boolean favourite)
public CreateInboxDto name(String name)
@Nullable public String getName()
public void setName(String name)
public CreateInboxDto tags(List<String> tags)
public CreateInboxDto addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public CreateInboxDto useDomainPool(Boolean useDomainPool)
@Nullable public Boolean getUseDomainPool()
public void setUseDomainPool(Boolean useDomainPool)
Copyright © 2021. All rights reserved.