public static final class SearchQuery.FlagCriterion extends SearchQuery.Criterion
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
javax.mail.Flags.Flag |
getFlag()
Gets the flag filtered on.
|
SearchQuery.BooleanOperator |
getOperator()
Gets the test to be preformed.
|
int |
hashCode() |
String |
toString()
Constructs a
String with all attributes in name = value
format. |
public javax.mail.Flags.Flag getFlag()
public SearchQuery.BooleanOperator getOperator()
BooleanOperator, not nullpublic int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.