@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class ThreadProjection extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ThreadProjection.CustomTypeAdapterFactory |
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_ALIAS_ID |
static String |
SERIALIZED_NAME_BCC |
static String |
SERIALIZED_NAME_CC |
static String |
SERIALIZED_NAME_CREATED_AT |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_INBOX_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_SUBJECT |
static String |
SERIALIZED_NAME_TO |
static String |
SERIALIZED_NAME_UPDATED_AT |
static String |
SERIALIZED_NAME_USER_ID |
Constructor and Description |
---|
ThreadProjection() |
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_SUBJECT
public static final String SERIALIZED_NAME_INBOX_ID
public static final String SERIALIZED_NAME_USER_ID
public static final String SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_UPDATED_AT
public static final String SERIALIZED_NAME_TO
public static final String SERIALIZED_NAME_BCC
public static final String SERIALIZED_NAME_CC
public static final String SERIALIZED_NAME_ALIAS_ID
public ThreadProjection name(String name)
public void setName(String name)
public ThreadProjection id(UUID id)
public void setId(UUID id)
public ThreadProjection subject(String subject)
public void setSubject(String subject)
public ThreadProjection inboxId(UUID inboxId)
public void setInboxId(UUID inboxId)
public ThreadProjection userId(UUID userId)
public void setUserId(UUID userId)
public ThreadProjection createdAt(OffsetDateTime createdAt)
@Nonnull public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public ThreadProjection updatedAt(OffsetDateTime updatedAt)
@Nonnull public OffsetDateTime getUpdatedAt()
public void setUpdatedAt(OffsetDateTime updatedAt)
public ThreadProjection to(List<String> to)
public ThreadProjection addToItem(String toItem)
public ThreadProjection bcc(List<String> bcc)
public ThreadProjection addBccItem(String bccItem)
public ThreadProjection cc(List<String> cc)
public ThreadProjection addCcItem(String ccItem)
public ThreadProjection aliasId(UUID aliasId)
public void setAliasId(UUID aliasId)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
jsonObj
- JSON ObjectIOException
- if the JSON Object is invalid with respect to ThreadProjectionpublic static ThreadProjection fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to ThreadProjectionpublic String toJson()
Copyright © 2023. All rights reserved.