public class FilterOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FilterOptions.Level |
| Modifier and Type | Field and Description |
|---|---|
static FilterOptions |
EMPTY |
| Constructor and Description |
|---|
FilterOptions(String phrase,
Date from,
Date to,
List<FilterOptions.Level> levels) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getFrom() |
List<FilterOptions.Level> |
getLevels() |
String |
getPhrase() |
Date |
getTo() |
public static final FilterOptions EMPTY
Apache CXF