-
public final class InboxProjection
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumInboxProjection.InboxTypeValues: hTTPINBOX,sMTPINBOX
-
Field Summary
Fields Modifier and Type Field Description private final OffsetDateTimecreatedAtprivate final Booleanfavouriteprivate final UUIDidprivate final BooleanteamAccessprivate final StringemailAddressprivate final InboxProjection.InboxTypeinboxTypeprivate final Stringnameprivate final List<String>tags
-
Constructor Summary
Constructors Constructor Description InboxProjection(OffsetDateTime createdAt, Boolean favourite, UUID id, Boolean teamAccess, String emailAddress, InboxProjection.InboxType inboxType, String name, List<String> tags)
-
Method Summary
Modifier and Type Method Description final OffsetDateTimegetCreatedAt()final BooleangetFavourite()final UUIDgetId()final BooleangetTeamAccess()final StringgetEmailAddress()final InboxProjection.InboxTypegetInboxType()final StringgetName()final List<String>getTags()-
-
Constructor Detail
-
InboxProjection
InboxProjection(OffsetDateTime createdAt, Boolean favourite, UUID id, Boolean teamAccess, String emailAddress, InboxProjection.InboxType inboxType, String name, List<String> tags)
-
-
Method Detail
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getFavourite
final Boolean getFavourite()
-
getTeamAccess
final Boolean getTeamAccess()
-
getEmailAddress
final String getEmailAddress()
-
getInboxType
final InboxProjection.InboxType getInboxType()
-
-
-
-