@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-04-02T22:56:45.878Z[GMT]") public class InboxProjection extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CREATED_AT |
static String |
SERIALIZED_NAME_EMAIL_ADDRESS |
static String |
SERIALIZED_NAME_FAVOURITE |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_TAGS |
static String |
SERIALIZED_NAME_TEAM_ACCESS |
| Constructor and Description |
|---|
InboxProjection() |
| Modifier and Type | Method and Description |
|---|---|
InboxProjection |
addTagsItem(String tagsItem) |
InboxProjection |
createdAt(OffsetDateTime createdAt) |
InboxProjection |
emailAddress(String emailAddress) |
boolean |
equals(Object o) |
InboxProjection |
favourite(Boolean favourite) |
OffsetDateTime |
getCreatedAt()
Get createdAt
|
String |
getEmailAddress()
Get emailAddress
|
Boolean |
getFavourite()
Get favourite
|
UUID |
getId()
Get id
|
String |
getName()
Get name
|
List<String> |
getTags()
Get tags
|
Boolean |
getTeamAccess()
Get teamAccess
|
int |
hashCode() |
InboxProjection |
id(UUID id) |
InboxProjection |
name(String name) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setEmailAddress(String emailAddress) |
void |
setFavourite(Boolean favourite) |
void |
setId(UUID id) |
void |
setName(String name) |
void |
setTags(List<String> tags) |
void |
setTeamAccess(Boolean teamAccess) |
InboxProjection |
tags(List<String> tags) |
InboxProjection |
teamAccess(Boolean teamAccess) |
String |
toString() |
public static final String SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_EMAIL_ADDRESS
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_TAGS
public static final String SERIALIZED_NAME_TEAM_ACCESS
public InboxProjection createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public InboxProjection emailAddress(String emailAddress)
public void setEmailAddress(String emailAddress)
public InboxProjection favourite(Boolean favourite)
public Boolean getFavourite()
public void setFavourite(Boolean favourite)
public InboxProjection id(UUID id)
public UUID getId()
public void setId(UUID id)
public InboxProjection name(String name)
public void setName(String name)
public InboxProjection tags(List<String> tags)
public InboxProjection addTagsItem(String tagsItem)
public InboxProjection teamAccess(Boolean teamAccess)
public Boolean getTeamAccess()
public void setTeamAccess(Boolean teamAccess)
Copyright © 2021. All rights reserved.