Package net.bluemind.mailbox.api.rules
Class DelegationRule
java.lang.Object
net.bluemind.mailbox.api.rules.DelegationRule
Represent a delegation rule between a delegator and its delegates
A delegator is the boss who give access to its mailbox to to others (delegates)
A delegator is the boss who give access to its mailbox to to others (delegates)
-
Field Summary
Modifier and TypeFieldDescriptionboolean
boolean
-
Constructor Summary
ConstructorDescriptionDelegationRule
(String delegatorCalendarUid, List<String> delegateUids, String delegatorUid, boolean keepCopy, boolean readOnly) -
Method Summary
-
Field Details
-
delegatorCalendarUid
-
delegateUids
-
delegatorUid
-
keepCopy
public boolean keepCopy -
readOnly
public boolean readOnly
-
-
Constructor Details
-
DelegationRule
public DelegationRule() -
DelegationRule
-