-
public final class EmailProjectionA compact representation of a full email. Used in list endpoints to keep response sizes low. Body and attachments are not included. To get all fields of the email use the
getEmailmethod with the email projection's ID. SeeEmailDtofor documentation on projection properties.
-
-
Field Summary
Fields Modifier and Type Field Description private final OffsetDateTimecreatedAtprivate final UUIDidprivate final UUIDinboxIdprivate final List<String>toprivate final List<String>attachmentsprivate final List<String>bccprivate final StringbodyMD5Hashprivate final List<String>ccprivate final Stringfromprivate final Booleanreadprivate final Stringsubjectprivate final BooleanteamAccess
-
Method Summary
Modifier and Type Method Description final OffsetDateTimegetCreatedAt()final UUIDgetId()final UUIDgetInboxId()final List<String>getTo()final List<String>getAttachments()final List<String>getBcc()final StringgetBodyMD5Hash()final List<String>getCc()final StringgetFrom()final BooleangetRead()final StringgetSubject()final BooleangetTeamAccess()-
-
Method Detail
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getInboxId
final UUID getInboxId()
-
getAttachments
final List<String> getAttachments()
-
getBodyMD5Hash
final String getBodyMD5Hash()
-
getSubject
final String getSubject()
-
getTeamAccess
final Boolean getTeamAccess()
-
-
-
-