public class Message extends Object
Constructor and Description |
---|
Message() |
Modifier and Type | Method and Description |
---|---|
String |
getBody() |
String |
getContentType() |
String |
getSubject() |
List<String> |
getTo() |
void |
setBody(String body) |
void |
setContentType(String contentType) |
void |
setSubject(String subject) |
void |
setTo(List<String> to) |
String |
toString() |
Copyright © 2013 evolveum. All rights reserved.