Class DelegationRule

java.lang.Object
net.bluemind.mailbox.api.rules.DelegationRule

public class DelegationRule extends Object
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)
  • Field Details

    • delegatorCalendarUid

      public String delegatorCalendarUid
    • delegateUids

      public List<String> delegateUids
    • delegatorUid

      public String delegatorUid
    • keepCopy

      public boolean keepCopy
    • readOnly

      public boolean readOnly
  • Constructor Details

    • DelegationRule

      public DelegationRule()
    • DelegationRule

      public DelegationRule(String delegatorCalendarUid, List<String> delegateUids, String delegatorUid, boolean keepCopy, boolean readOnly)