Class Message
java.lang.Object
com.evolveum.midpoint.notifications.api.transports.Message
- All Implemented Interfaces:
DebugDumpable
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondebugDump
(int indent) @NotNull List<NotificationMessageAttachmentType>
getBcc()
getBody()
getCc()
getFrom()
getTo()
void
setAttachments
(@NotNull List<NotificationMessageAttachmentType> attachments) void
void
void
void
setContentType
(String contentType) void
void
setSubject
(String subject) void
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Constructor Details
-
Message
public Message() -
Message
-
-
Method Details
-
getBody
-
setBody
-
getSubject
-
setSubject
-
getTo
-
setTo
-
getCc
-
setCc
-
getBcc
-
setBcc
-
getContentType
-
setContentType
-
getFrom
-
setFrom
-
getAttachments
-
setAttachments
-
toString
-
debugDump
- Specified by:
debugDump
in interfaceDebugDumpable
-