Interface Email.FooterStage
-
- All Known Implementing Classes:
Email.Builder
- Enclosing class:
public static interface Email.FooterStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Email.HeaderStagefooter(java.lang.Object footer)Email.Builderfrom(Email other)
-
-
-
Method Detail
-
footer
Email.HeaderStage footer(java.lang.Object footer)
-
from
Email.Builder from(Email other)
-
-