@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class InboxForwarderEventProjection extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InboxForwarderEventProjection.CustomTypeAdapterFactory |
static class |
InboxForwarderEventProjection.StatusEnum
Gets or Sets status
|
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_CREATED_AT |
static String |
SERIALIZED_NAME_EMAIL_ID |
static String |
SERIALIZED_NAME_FORWARDER_ID |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_INBOX_ID |
static String |
SERIALIZED_NAME_MESSAGE |
static String |
SERIALIZED_NAME_STATUS |
static String |
SERIALIZED_NAME_USER_ID |
Constructor and Description |
---|
InboxForwarderEventProjection() |
public static final String SERIALIZED_NAME_MESSAGE
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_EMAIL_ID
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_FORWARDER_ID
public InboxForwarderEventProjection message(String message)
public void setMessage(String message)
public InboxForwarderEventProjection id(UUID id)
public void setId(UUID id)
public InboxForwarderEventProjection status(InboxForwarderEventProjection.StatusEnum status)
@Nullable public InboxForwarderEventProjection.StatusEnum getStatus()
public void setStatus(InboxForwarderEventProjection.StatusEnum status)
public InboxForwarderEventProjection emailId(UUID emailId)
public void setEmailId(UUID emailId)
public InboxForwarderEventProjection inboxId(UUID inboxId)
public void setInboxId(UUID inboxId)
public InboxForwarderEventProjection userId(UUID userId)
public void setUserId(UUID userId)
public InboxForwarderEventProjection createdAt(OffsetDateTime createdAt)
@Nonnull public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public InboxForwarderEventProjection forwarderId(UUID forwarderId)
public void setForwarderId(UUID forwarderId)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
jsonObj
- JSON ObjectIOException
- if the JSON Object is invalid with respect to InboxForwarderEventProjectionpublic static InboxForwarderEventProjection fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to InboxForwarderEventProjectionpublic String toJson()
Copyright © 2023. All rights reserved.