com.atlassian.confluence.search.service
Class RecentUpdateQueryParameters

java.lang.Object
  extended by com.atlassian.confluence.search.service.RecentUpdateQueryParameters

public class RecentUpdateQueryParameters
extends Object


Constructor Summary
RecentUpdateQueryParameters(Set<String> usernames, Set<String> labels, Set<String> spaceKeys, EnumSet<ContentTypeEnum> contentTypes)
           
 
Method Summary
 boolean equals(Object o)
           
 EnumSet<ContentTypeEnum> getContentTypes()
           
 Set<String> getLabels()
           
 Set<String> getSpaceKeys()
           
 Set<String> getUsernames()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecentUpdateQueryParameters

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

getUsernames

public Set<String> getUsernames()

getLabels

public Set<String> getLabels()

getSpaceKeys

public Set<String> getSpaceKeys()

getContentTypes

public EnumSet<ContentTypeEnum> getContentTypes()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2003-2012 Atlassian. All Rights Reserved.