Uses of Class
com.atlassian.confluence.it.feed.Sort
-
Packages that use Sort Package Description com.atlassian.confluence.it.feed -
-
Uses of Sort in com.atlassian.confluence.it.feed
Methods in com.atlassian.confluence.it.feed that return Sort Modifier and Type Method Description Sort
FeedOptions. getSort()
static Sort
Sort. valueOf(String name)
Returns the enum constant of this type with the specified name.static Sort[]
Sort. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.it.feed with parameters of type Sort Modifier and Type Method Description void
FeedOptions. setSort(Sort sort)
Sets the sort order of the feed.
-