Class RecentUpdateQueryParameters
- java.lang.Object
-
- com.atlassian.confluence.search.service.RecentUpdateQueryParameters
-
public class RecentUpdateQueryParameters extends Object
-
-
Constructor Summary
Constructors Constructor Description RecentUpdateQueryParameters(Set<ConfluenceUser> followingUsers, Set<String> labels, Set<String> spaceKeys, EnumSet<ContentTypeEnum> contentTypes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)EnumSet<ContentTypeEnum>getContentTypes()Set<ConfluenceUser>getFollowingUsers()Set<String>getLabels()Set<String>getSpaceKeys()inthashCode()
-
-
-
Constructor Detail
-
RecentUpdateQueryParameters
public RecentUpdateQueryParameters(Set<ConfluenceUser> followingUsers, Set<String> labels, Set<String> spaceKeys, EnumSet<ContentTypeEnum> contentTypes)
-
-
Method Detail
-
getFollowingUsers
public Set<ConfluenceUser> getFollowingUsers()
-
getContentTypes
public EnumSet<ContentTypeEnum> getContentTypes()
-
-