(when)
| 79 | } |
| 80 | |
| 81 | setDuration(when) { |
| 82 | if (this.submitted) throw 'duration cannot be changed once submitted!'; |
| 83 | this.duration = when; |
| 84 | return this; |
| 85 | } |
| 86 | |
| 87 | setDeletedMessageCount(deletedMessageCount = null) { |
| 88 | if (this.submitted) throw 'deletedMessageCount cannot be changed once submitted!'; |