-
public final class InboxRulesetDto
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumInboxRulesetDto.ScopeValues: rECEIVINGEMAILS,sENDINGEMAILS
public enumInboxRulesetDto.ActionValues: bLOCK,aLLOW,fILTERREMOVE
public enumInboxRulesetDto.HandlerValues: eXCEPTION
-
Field Summary
Fields Modifier and Type Field Description private final UUIDidprivate final UUIDinboxIdprivate final InboxRulesetDto.Scopescopeprivate final InboxRulesetDto.Actionactionprivate final Stringtargetprivate final InboxRulesetDto.Handlerhandlerprivate final OffsetDateTimecreatedAt
-
Constructor Summary
Constructors Constructor Description InboxRulesetDto(UUID id, UUID inboxId, InboxRulesetDto.Scope scope, InboxRulesetDto.Action action, String target, InboxRulesetDto.Handler handler, OffsetDateTime createdAt)
-
Method Summary
Modifier and Type Method Description final UUIDgetId()final UUIDgetInboxId()final InboxRulesetDto.ScopegetScope()final InboxRulesetDto.ActiongetAction()final StringgetTarget()final InboxRulesetDto.HandlergetHandler()final OffsetDateTimegetCreatedAt()-
-
Constructor Detail
-
InboxRulesetDto
InboxRulesetDto(UUID id, UUID inboxId, InboxRulesetDto.Scope scope, InboxRulesetDto.Action action, String target, InboxRulesetDto.Handler handler, OffsetDateTime createdAt)
-
-
Method Detail
-
getInboxId
final UUID getInboxId()
-
getScope
final InboxRulesetDto.Scope getScope()
-
getAction
final InboxRulesetDto.Action getAction()
-
getHandler
final InboxRulesetDto.Handler getHandler()
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
-
-
-