enum class RedditorSearchSorting : Sorting
RELEVANCE |
|
ALL |
requiresTimePeriod |
If this sorting option needs to be combined also with a TimePeriod, to be sent to the Api. e.g. Top / Last Month val requiresTimePeriod: Boolean |
sortingStr |
raw string as seen by the Api. val sortingStr: String |