|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.search.service.RecentUpdateQueryParameters
public class RecentUpdateQueryParameters
| 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 |
|---|
public RecentUpdateQueryParameters(Set<String> usernames,
Set<String> labels,
Set<String> spaceKeys,
EnumSet<ContentTypeEnum> contentTypes)
| Method Detail |
|---|
public Set<String> getUsernames()
public Set<String> getLabels()
public Set<String> getSpaceKeys()
public EnumSet<ContentTypeEnum> getContentTypes()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||