@Immutable public interface Bill
Modifier and Type | Interface and Description |
---|---|
static class |
Bill.Simple
Simple bill, from snapshot.
|
Modifier and Type | Method and Description |
---|---|
String |
body()
Get body.
|
Collection<String> |
recipients()
Recipients.
|
String |
sender()
Sender.
|
String |
subject()
Get subject.
|
String subject()
String body()
String sender()
Collection<String> recipients()
Copyright © 2009–2014 Rultor Inc.. All rights reserved.