| java.lang.Object | ||
| ↳ | java.lang.Enum<chan.content.ChanConfiguration.BumpLimitMode> | |
| ↳ | chan.content.ChanConfiguration.BumpLimitMode | |
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ChanConfiguration.BumpLimitMode | AFTER_POST | Default mode. |
|||||||||
| ChanConfiguration.BumpLimitMode | AFTER_REPLY | If bump limit if |
|||||||||
| ChanConfiguration.BumpLimitMode | BEFORE_POST | If bump limit if |
|||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Default mode. If bump limit if 500, posts from 501 won't bump a thread.
If bump limit if 500, posts from 502 won't bump a thread.
I.e., from 501 reply.
If bump limit if 500, posts from 500 won't bump a thread.
| Parameters | |
|---|---|
name |
String
|
| Returns | |
|---|---|
ChanConfiguration.BumpLimitMode |
|