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