public class

RecentUpdateQueryParameters

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.search.service.RecentUpdateQueryParameters

Summary

Public Constructors
RecentUpdateQueryParameters(Set<String> usernames, Set<String> labels, Set<String> spaceKeys, EnumSet<ContentTypeEnum> contentTypes)
Public Methods
boolean equals(Object o)
EnumSet<ContentTypeEnum> getContentTypes()
Set<String> getLabels()
Set<String> getSpaceKeys()
Set<String> getUsernames()
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public RecentUpdateQueryParameters (Set<String> usernames, Set<String> labels, Set<String> spaceKeys, EnumSet<ContentTypeEnum> contentTypes)

Public Methods

public boolean equals (Object o)

public EnumSet<ContentTypeEnum> getContentTypes ()

public Set<String> getLabels ()

public Set<String> getSpaceKeys ()

public Set<String> getUsernames ()

public int hashCode ()