public static class PrincipalSearchCriteria.SearchItem extends Object
| Constructor and Description |
|---|
SearchItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getField() |
PrincipalSearchCriteria.MatchType |
getMatchType() |
String |
getValue() |
void |
setField(String fields) |
void |
setMatchType(PrincipalSearchCriteria.MatchType matchType) |
void |
setValue(String value) |
String |
toString() |
public String getField()
public void setField(String fields)
fields - the fields to setpublic PrincipalSearchCriteria.MatchType getMatchType()
public void setMatchType(PrincipalSearchCriteria.MatchType matchType)
matchType - the matchType to setpublic String getValue()
public void setValue(String value)
value - the value to set