@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class UnknownMissedEmailProjection extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
UnknownMissedEmailProjection.CustomTypeAdapterFactory  | 
| Modifier and Type | Field and Description | 
|---|---|
static HashSet<String> | 
openapiFields  | 
static HashSet<String> | 
openapiRequiredFields  | 
static String | 
SERIALIZED_NAME_CREATED_AT  | 
static String | 
SERIALIZED_NAME_FROM  | 
static String | 
SERIALIZED_NAME_ID  | 
static String | 
SERIALIZED_NAME_SUBJECT  | 
static String | 
SERIALIZED_NAME_TO  | 
| Constructor and Description | 
|---|
UnknownMissedEmailProjection()  | 
| Modifier and Type | Method and Description | 
|---|---|
UnknownMissedEmailProjection | 
addToItem(String toItem)  | 
UnknownMissedEmailProjection | 
createdAt(OffsetDateTime createdAt)  | 
boolean | 
equals(Object o)  | 
UnknownMissedEmailProjection | 
from(String from)  | 
static UnknownMissedEmailProjection | 
fromJson(String jsonString)
Create an instance of UnknownMissedEmailProjection given an JSON string 
 | 
OffsetDateTime | 
getCreatedAt()
Get createdAt 
 | 
String | 
getFrom()
Get from 
 | 
UUID | 
getId()
Get id 
 | 
String | 
getSubject()
Get subject 
 | 
List<String> | 
getTo()
Get to 
 | 
int | 
hashCode()  | 
UnknownMissedEmailProjection | 
id(UUID id)  | 
void | 
setCreatedAt(OffsetDateTime createdAt)  | 
void | 
setFrom(String from)  | 
void | 
setId(UUID id)  | 
void | 
setSubject(String subject)  | 
void | 
setTo(List<String> to)  | 
UnknownMissedEmailProjection | 
subject(String subject)  | 
UnknownMissedEmailProjection | 
to(List<String> to)  | 
String | 
toJson()
Convert an instance of UnknownMissedEmailProjection 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 
 | 
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_FROM
public static final String SERIALIZED_NAME_SUBJECT
public static final String SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_TO
public UnknownMissedEmailProjection id(UUID id)
public void setId(UUID id)
public UnknownMissedEmailProjection from(String from)
public void setFrom(String from)
public UnknownMissedEmailProjection subject(String subject)
public void setSubject(String subject)
public UnknownMissedEmailProjection createdAt(OffsetDateTime createdAt)
@Nonnull public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public UnknownMissedEmailProjection to(List<String> to)
public UnknownMissedEmailProjection addToItem(String toItem)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj)
                               throws IOException
jsonObj - JSON ObjectIOException - if the JSON Object is invalid with respect to UnknownMissedEmailProjectionpublic static UnknownMissedEmailProjection fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to UnknownMissedEmailProjectionpublic String toJson()
Copyright © 2023. All rights reserved.