- java.lang.Object
-
- net.bis5.mattermost.model.PostList
-
- net.bis5.mattermost.model.PostSearchResults
-
public class PostSearchResults extends PostList
Post search results.- Since:
matchesfield added in Mattermost Server 5.1 (E20)
-
-
Constructor Summary
Constructors Constructor Description PostSearchResults()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)Map<String,List<String>>getMatches()inthashCode()voidsetMatches(Map<String,List<String>> matches)StringtoString()-
Methods inherited from class net.bis5.mattermost.model.PostList
getNextPostId, getOrder, getPosts, getPrevPostId, setNextPostId, setOrder, setPosts, setPrevPostId, size
-
-