Uses of Class
org.sakaiproject.conversations.api.PostSort
-
Packages that use PostSort Package Description org.sakaiproject.conversations.api -
-
Uses of PostSort in org.sakaiproject.conversations.api
Methods in org.sakaiproject.conversations.api that return PostSort Modifier and Type Method Description static PostSortPostSort. valueOf(String name)Returns the enum constant of this type with the specified name.static PostSort[]PostSort. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sakaiproject.conversations.api with parameters of type PostSort Modifier and Type Method Description Collection<PostTransferBean>ConversationsService. getPostsByTopicId(String siteId, String topicId, Integer page, PostSort sort, String requestedPostId)
-