Class AliasDestination

  • All Implemented Interfaces:
    Destination

    public class AliasDestination
    extends Object
    implements Destination
    An AliasDestination indicates that the final destination of mails sent to the recipient should be the same as the destination assigned to another recipient.
    • Constructor Detail

      • AliasDestination

        public AliasDestination()
    • Method Detail

      • setRecipient

        public void setRecipient​(String recipient)
        Category:
        GETSET
      • setRecipient

        public void setRecipient​(Recipient recipient)
        Category:
        GETSET
      • getRecipient

        public Recipient getRecipient()
        Category:
        GETSET
      • toString

        public String toString()
        Overrides:
        toString in class Object