pocket-api / de.techdev.pocket.api / Sort

Sort

enum class Sort

Determines how Items are sorted when retrieved from the Pocket API

Author
Alexander Hanschke

Enum Values

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