enum class Sort
Determines how Items are sorted when retrieved from the Pocket API
Author
Alexander Hanschke
| NEWEST |
return Items in order of newest to oldest |
| OLDEST |
return Items in order of oldest to newest |
| TITLE |
return Items in order of title alphabetically |
| SITE |
return Items in order of url alphabetically |