public abstract static class MessageBean.MessageBeanBuilder<C extends MessageBean,B extends MessageBean.MessageBeanBuilder<C,B>> extends Object
| Constructor and Description |
|---|
MessageBeanBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected B |
$fillValuesFrom(C instance) |
B |
body(String body) |
B |
bodyCharSet(Charset bodyCharSet) |
B |
bodyType(cat.albirar.template.engine.EContentType bodyType) |
abstract C |
build() |
B |
receiver(ContactBean receiver) |
protected abstract B |
self() |
B |
sender(ContactBean sender) |
B |
title(String title) |
String |
toString() |
protected abstract B self()
public abstract C build()
public B receiver(ContactBean receiver)
public B sender(ContactBean sender)
public B bodyType(cat.albirar.template.engine.EContentType bodyType)
Copyright © 2021 Albirar. All rights reserved.