Bill.Simple| Constructor and Description |
|---|
Bill.Simple(String subject,
String sender,
Collection<String> recipients)
Public ctor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
body()
Get body.
|
Collection<String> |
recipients()
Recipients.
|
String |
sender()
Sender.
|
String |
subject()
Get subject.
|
public Bill.Simple(String subject, String sender, Collection<String> recipients)
subject - Subject linesender - Senderrecipients - Recipientspublic Collection<String> recipients()
Billrecipients in interface BillCopyright © 2009–2014 Rultor Inc.. All rights reserved.