Class TinyMailLazy.Edit
-
- All Implemented Interfaces:
public class TinyMailLazy.Edit
-
-
Constructor Summary
Constructors Constructor Description TinyMailLazy.Edit()
-
Method Summary
Modifier and Type Method Description StringgetSubject()voidsetSubject(String subject)StringgetContent()voidsetContent(String content)Map<String, Resource>getAttachment()voidsetAttachment(Map<String, Resource> attachment)BooleangetHtml()voidsetHtml(Boolean html)booleanequals(@Nullable() Object o)inthashCode()StringtoString()-
-
Method Detail
-
getSubject
String getSubject()
-
setSubject
void setSubject(String subject)
-
getContent
String getContent()
-
setContent
void setContent(String content)
-
getAttachment
Map<String, Resource> getAttachment()
-
setAttachment
void setAttachment(Map<String, Resource> attachment)
-
hashCode
int hashCode()
-
-
-
-