@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-04-02T22:56:45.878Z[GMT]") public class Inbox extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CREATED_AT |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_EMAIL_ADDRESS |
static String |
SERIALIZED_NAME_EXPIRES_AT |
static String |
SERIALIZED_NAME_FAVOURITE |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_READ_ONLY |
static String |
SERIALIZED_NAME_TAGS |
static String |
SERIALIZED_NAME_TEAM_ACCESS |
static String |
SERIALIZED_NAME_USER_ID |
| Constructor and Description |
|---|
Inbox() |
| Modifier and Type | Method and Description |
|---|---|
Inbox |
addTagsItem(String tagsItem) |
Inbox |
createdAt(OffsetDateTime createdAt) |
Inbox |
description(String description) |
Inbox |
emailAddress(String emailAddress) |
boolean |
equals(Object o) |
Inbox |
expiresAt(String expiresAt) |
Inbox |
favourite(Boolean favourite) |
OffsetDateTime |
getCreatedAt()
When the inbox was created.
|
String |
getDescription()
Description of an inbox for labelling and searching purposes
|
String |
getEmailAddress()
The inbox's email address.
|
String |
getExpiresAt()
Inbox expiration time.
|
Boolean |
getFavourite()
Is the inbox favorited.
|
UUID |
getId()
ID of the inbox.
|
String |
getName()
Name of the inbox.
|
Boolean |
getReadOnly()
Is the inbox readOnly for the caller.
|
List<String> |
getTags()
Tags that inbox has been tagged with.
|
Boolean |
getTeamAccess()
Does inbox permit team access for organization team members.
|
UUID |
getUserId()
ID of user that inbox belongs to
|
int |
hashCode() |
Inbox |
id(UUID id) |
Inbox |
name(String name) |
Inbox |
readOnly(Boolean readOnly) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setDescription(String description) |
void |
setEmailAddress(String emailAddress) |
void |
setExpiresAt(String expiresAt) |
void |
setFavourite(Boolean favourite) |
void |
setId(UUID id) |
void |
setName(String name) |
void |
setReadOnly(Boolean readOnly) |
void |
setTags(List<String> tags) |
void |
setTeamAccess(Boolean teamAccess) |
void |
setUserId(UUID userId) |
Inbox |
tags(List<String> tags) |
Inbox |
teamAccess(Boolean teamAccess) |
String |
toString() |
Inbox |
userId(UUID userId) |
public static final String SERIALIZED_NAME_CREATED_AT
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_FAVOURITE
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_READ_ONLY
public static final String SERIALIZED_NAME_TAGS
public static final String SERIALIZED_NAME_TEAM_ACCESS
public static final String SERIALIZED_NAME_USER_ID
public Inbox createdAt(OffsetDateTime createdAt)
@Nullable public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
@Nullable public String getDescription()
public void setDescription(String description)
@Nullable public String getEmailAddress()
public void setEmailAddress(String emailAddress)
@Nullable public String getExpiresAt()
public void setExpiresAt(String expiresAt)
@Nullable public Boolean getFavourite()
public void setFavourite(Boolean favourite)
@Nullable public UUID getId()
public void setId(UUID id)
@Nullable public String getName()
public void setName(String name)
@Nullable public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
@Nullable public List<String> getTags()
@Nullable public Boolean getTeamAccess()
public void setTeamAccess(Boolean teamAccess)
public void setUserId(UUID userId)
Copyright © 2021. All rights reserved.