@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class OrganizationInboxProjection extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OrganizationInboxProjection.CustomTypeAdapterFactory |
static class |
OrganizationInboxProjection.InboxTypeEnum
Type of inbox.
|
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_CREATED_AT |
static String |
SERIALIZED_NAME_DOMAIN_ID |
static String |
SERIALIZED_NAME_EMAIL_ADDRESS |
static String |
SERIALIZED_NAME_FAVOURITE |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_INBOX_TYPE |
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_VIRTUAL_INBOX |
Constructor and Description |
---|
OrganizationInboxProjection() |
Modifier and Type | Method and Description |
---|---|
OrganizationInboxProjection |
addTagsItem(String tagsItem) |
OrganizationInboxProjection |
createdAt(OffsetDateTime createdAt) |
OrganizationInboxProjection |
domainId(UUID domainId) |
OrganizationInboxProjection |
emailAddress(String emailAddress) |
boolean |
equals(Object o) |
OrganizationInboxProjection |
favourite(Boolean favourite) |
static OrganizationInboxProjection |
fromJson(String jsonString)
Create an instance of OrganizationInboxProjection given an JSON string
|
OffsetDateTime |
getCreatedAt()
When the inbox was created.
|
UUID |
getDomainId()
ID of custom domain used by the inbox if any
|
String |
getEmailAddress()
The inbox's email address.
|
Boolean |
getFavourite()
Is the inbox a favorite inbox.
|
UUID |
getId()
ID of the inbox.
|
OrganizationInboxProjection.InboxTypeEnum |
getInboxType()
Type of inbox.
|
String |
getName()
Name of the inbox and used as the sender name when sending emails .Displayed in the dashboard for easier search
|
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.
|
Boolean |
getVirtualInbox()
Virtual inbox can receive email but will not send emails to real recipients.
|
int |
hashCode() |
OrganizationInboxProjection |
id(UUID id) |
OrganizationInboxProjection |
inboxType(OrganizationInboxProjection.InboxTypeEnum inboxType) |
OrganizationInboxProjection |
name(String name) |
OrganizationInboxProjection |
readOnly(Boolean readOnly) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setDomainId(UUID domainId) |
void |
setEmailAddress(String emailAddress) |
void |
setFavourite(Boolean favourite) |
void |
setId(UUID id) |
void |
setInboxType(OrganizationInboxProjection.InboxTypeEnum inboxType) |
void |
setName(String name) |
void |
setReadOnly(Boolean readOnly) |
void |
setTags(List<String> tags) |
void |
setTeamAccess(Boolean teamAccess) |
void |
setVirtualInbox(Boolean virtualInbox) |
OrganizationInboxProjection |
tags(List<String> tags) |
OrganizationInboxProjection |
teamAccess(Boolean teamAccess) |
String |
toJson()
Convert an instance of OrganizationInboxProjection to an JSON string
|
String |
toString() |
static void |
validateJsonObject(com.google.gson.JsonObject jsonObj)
Validates the JSON Object and throws an exception if issues found
|
OrganizationInboxProjection |
virtualInbox(Boolean virtualInbox) |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_DOMAIN_ID
public static final String SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_EMAIL_ADDRESS
public static final String SERIALIZED_NAME_FAVOURITE
public static final String SERIALIZED_NAME_TAGS
public static final String SERIALIZED_NAME_TEAM_ACCESS
public static final String SERIALIZED_NAME_INBOX_TYPE
public static final String SERIALIZED_NAME_READ_ONLY
public static final String SERIALIZED_NAME_VIRTUAL_INBOX
public OrganizationInboxProjection id(UUID id)
@Nonnull public UUID getId()
public void setId(UUID id)
public OrganizationInboxProjection domainId(UUID domainId)
@Nullable public UUID getDomainId()
public void setDomainId(UUID domainId)
public OrganizationInboxProjection createdAt(OffsetDateTime createdAt)
@Nonnull public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public OrganizationInboxProjection name(String name)
@Nullable public String getName()
public void setName(String name)
public OrganizationInboxProjection emailAddress(String emailAddress)
@Nullable public String getEmailAddress()
public void setEmailAddress(String emailAddress)
public OrganizationInboxProjection favourite(Boolean favourite)
@Nonnull public Boolean getFavourite()
public void setFavourite(Boolean favourite)
public OrganizationInboxProjection tags(List<String> tags)
public OrganizationInboxProjection addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public OrganizationInboxProjection teamAccess(Boolean teamAccess)
@Nonnull public Boolean getTeamAccess()
public void setTeamAccess(Boolean teamAccess)
public OrganizationInboxProjection inboxType(OrganizationInboxProjection.InboxTypeEnum inboxType)
@Nullable public OrganizationInboxProjection.InboxTypeEnum getInboxType()
public void setInboxType(OrganizationInboxProjection.InboxTypeEnum inboxType)
public OrganizationInboxProjection readOnly(Boolean readOnly)
@Nonnull public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
public OrganizationInboxProjection virtualInbox(Boolean virtualInbox)
@Nonnull public Boolean getVirtualInbox()
public void setVirtualInbox(Boolean virtualInbox)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
jsonObj
- JSON ObjectIOException
- if the JSON Object is invalid with respect to OrganizationInboxProjectionpublic static OrganizationInboxProjection fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to OrganizationInboxProjectionpublic String toJson()
Copyright © 2023. All rights reserved.