◆ add() [1/2]
◆ add() [2/2]
JsonMailStructure org.turro.mail.json.JsonMailStructure.add |
( |
String |
name, |
|
|
String |
email |
|
) |
| |
◆ administrators()
◆ category()
◆ entityPath()
JsonMailStructure org.turro.mail.json.JsonMailStructure.entityPath |
( |
String |
entityPath | ) |
|
◆ fromJson()
static JsonMailStructure org.turro.mail.json.JsonMailStructure.fromJson |
( |
JsonValue |
value | ) |
|
|
static |
Definition at line 148 of file JsonMailStructure.java.
149 return IJSONizable.fromJson(value.toString(), JsonMailStructure.class);
◆ getCategory()
String org.turro.mail.json.JsonMailStructure.getCategory |
( |
| ) |
|
◆ getContactIds()
List<String> org.turro.mail.json.JsonMailStructure.getContactIds |
( |
| ) |
|
◆ getEntityPaths()
List<String> org.turro.mail.json.JsonMailStructure.getEntityPaths |
( |
| ) |
|
◆ getMessage()
String org.turro.mail.json.JsonMailStructure.getMessage |
( |
| ) |
|
◆ getSubject()
String org.turro.mail.json.JsonMailStructure.getSubject |
( |
| ) |
|
◆ getUsers()
Map<String, String> org.turro.mail.json.JsonMailStructure.getUsers |
( |
| ) |
|
◆ isAdministrators()
boolean org.turro.mail.json.JsonMailStructure.isAdministrators |
( |
| ) |
|
◆ message()
◆ setAdministrators()
void org.turro.mail.json.JsonMailStructure.setAdministrators |
( |
boolean |
administrators | ) |
|
◆ setCategory()
void org.turro.mail.json.JsonMailStructure.setCategory |
( |
String |
category | ) |
|
◆ setContactIds()
void org.turro.mail.json.JsonMailStructure.setContactIds |
( |
List< String > |
contactIds | ) |
|
◆ setEntityPaths()
void org.turro.mail.json.JsonMailStructure.setEntityPaths |
( |
List< String > |
entityPaths | ) |
|
◆ setMessage()
void org.turro.mail.json.JsonMailStructure.setMessage |
( |
String |
message | ) |
|
◆ setSubject()
void org.turro.mail.json.JsonMailStructure.setSubject |
( |
String |
subject | ) |
|
◆ setUsers()
void org.turro.mail.json.JsonMailStructure.setUsers |
( |
Map< String, String > |
users | ) |
|
◆ subject()
static JsonMailStructure org.turro.mail.json.JsonMailStructure.subject |
( |
String |
subject | ) |
|
|
static |
Definition at line 130 of file JsonMailStructure.java.
131 JsonMailStructure structure =
new JsonMailStructure();
132 structure.setSubject(subject);
◆ toJson() [1/2]
String org.turro.mail.json.JsonMailStructure.toJson |
( |
| ) |
|
◆ toJson() [2/2]
String org.turro.mail.json.JsonMailStructure.toJson |
( |
Map< String, Object > |
properties | ) |
|
The documentation for this class was generated from the following file: