-
public final class InboxForwarderDto
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumInboxForwarderDto.FieldValues: rECIPIENTS,sENDER,sUBJECT,aTTACHMENTS
-
Field Summary
Fields Modifier and Type Field Description private final OffsetDateTimecreatedAtprivate final InboxForwarderDto.Fieldfieldprivate final List<String>forwardToRecipientsprivate final UUIDidprivate final UUIDinboxIdprivate final Stringmatch
-
Constructor Summary
Constructors Constructor Description InboxForwarderDto(OffsetDateTime createdAt, InboxForwarderDto.Field field, List<String> forwardToRecipients, UUID id, UUID inboxId, String match)
-
Method Summary
Modifier and Type Method Description final OffsetDateTimegetCreatedAt()final InboxForwarderDto.FieldgetField()final List<String>getForwardToRecipients()final UUIDgetId()final UUIDgetInboxId()final StringgetMatch()-
-
Constructor Detail
-
InboxForwarderDto
InboxForwarderDto(OffsetDateTime createdAt, InboxForwarderDto.Field field, List<String> forwardToRecipients, UUID id, UUID inboxId, String match)
-
-
Method Detail
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getField
final InboxForwarderDto.Field getField()
-
getForwardToRecipients
final List<String> getForwardToRecipients()
-
getInboxId
final UUID getInboxId()
-
-
-
-