public class FilterMapping extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List |
directFilterValues |
protected FieldPath |
fieldPath |
protected List<String> |
filterValues |
protected String |
fullPropertyName |
static String |
RANGE_SPECIFIER_REGEX |
protected Restriction |
restriction |
protected SortDirection |
sortDirection |
| Constructor and Description |
|---|
FilterMapping() |
| Modifier and Type | Method and Description |
|---|---|
List |
getDirectFilterValues() |
FieldPath |
getFieldPath() |
List<String> |
getFilterValues() |
String |
getFullPropertyName() |
Restriction |
getRestriction() |
SortDirection |
getSortDirection() |
protected String[] |
parseFilterValue(String filterValue) |
void |
setDirectFilterValues(List directFilterValues) |
void |
setFieldPath(FieldPath fieldPath) |
void |
setFilterValues(List<String> filterValues) |
void |
setFullPropertyName(String fullPropertyName) |
void |
setRestriction(Restriction restriction) |
void |
setSortDirection(SortDirection sortDirection) |
FilterMapping |
withDirectFilterValues(List directFilterValues) |
FilterMapping |
withFieldPath(FieldPath fieldPath) |
FilterMapping |
withFilterValues(List<String> filterValues) |
FilterMapping |
withFullPropertyName(String fullPropertyName) |
FilterMapping |
withRestriction(Restriction restriction) |
FilterMapping |
withSortDirection(SortDirection sortDirection) |
public static final String RANGE_SPECIFIER_REGEX
protected String fullPropertyName
protected List directFilterValues
protected SortDirection sortDirection
protected Restriction restriction
protected FieldPath fieldPath
public FilterMapping withFullPropertyName(String fullPropertyName)
public FilterMapping withFilterValues(List<String> filterValues)
public FilterMapping withDirectFilterValues(List directFilterValues)
public FilterMapping withSortDirection(SortDirection sortDirection)
public FilterMapping withRestriction(Restriction restriction)
public FilterMapping withFieldPath(FieldPath fieldPath)
public String getFullPropertyName()
public void setFullPropertyName(String fullPropertyName)
public SortDirection getSortDirection()
public void setSortDirection(SortDirection sortDirection)
public Restriction getRestriction()
public void setRestriction(Restriction restriction)
public FieldPath getFieldPath()
public void setFieldPath(FieldPath fieldPath)
public List getDirectFilterValues()
public void setDirectFilterValues(List directFilterValues)
Copyright © 2017. All Rights Reserved.