Uses of Class
com.atlassian.confluence.it.feed.Sort

Packages that use Sort
com.atlassian.confluence.it.feed   
 

Uses of Sort in com.atlassian.confluence.it.feed
 

Methods in com.atlassian.confluence.it.feed that return Sort
 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
 void FeedOptions.setSort(Sort sort)
          Sets the sort order of the feed.
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.