◆ all()
static String org.turro.assistant.AssistantConstants.all |
( |
| ) |
|
|
static |
Definition at line 34 of file AssistantConstants.java.
35 return new StringBuffer()
40 .append(FROM_SUBSCRIPTIONS)
42 .append(FROM_STUDENTS)
static final String FROM_COMMENTS
◆ participants()
static String org.turro.assistant.AssistantConstants.participants |
( |
| ) |
|
|
static |
◆ subscribers()
static String org.turro.assistant.AssistantConstants.subscribers |
( |
| ) |
|
|
static |
Definition at line 60 of file AssistantConstants.java.
61 return new StringBuffer()
62 .append(FROM_SUBSCRIPTIONS)
64 .append(FROM_STUDENTS)
◆ FROM_COMMENTS
final String org.turro.assistant.AssistantConstants.FROM_COMMENTS = "from-comments" |
|
static |
The documentation for this class was generated from the following file: