Class Mail
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.organization.Mail
-
public class Mail extends java.lang.ObjectA message with a subject and a nonempty set of recipients.- Author:
- jonmv
-
-
Constructor Summary
Constructors Constructor Description Mail(java.util.Collection<java.lang.String> recipients, java.lang.String subject, java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringmessage()java.util.Collection<java.lang.String>recipients()java.lang.Stringsubject()
-