public class Filter extends Object
| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
List<Criteria> |
getCriteria()
Gets the list of criteria
|
FilterType |
getType()
Gets the filter type
|
List<Object> |
getValues()
Gets the list of values
|
Boolean |
isExcludeSelected()
Gets the exclude selected flag
|
Filter |
setCriteria(List<Criteria> criteria)
Sets the list of criteria
|
Filter |
setExcludeSelected(Boolean excludeSelected)
Sets the exclude selected flag
|
Filter |
setType(FilterType type)
Sets the filter type
|
Filter |
setValues(List<Object> values)
Sets the list of values
|
public FilterType getType()
public Filter setType(FilterType type)
type - the filter typepublic Boolean isExcludeSelected()
public Filter setExcludeSelected(Boolean excludeSelected)
excludeSelected - the excludeSelected flagpublic Filter setValues(List<Object> values)
values - list of valuesCopyright © 2014–2017 Smartsheet. All rights reserved.