public class Criteria extends Object
| Constructor and Description |
|---|
Criteria() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getColumnId()
Gets the column ID
|
Operator |
getOperator()
Gets the operator
|
CriteriaTarget |
getTarget()
Gets the criteria target
|
List<Object> |
getValues()
Gets the values if this criteria's operator has arguments
|
Criteria |
setColumnId(Long columnId)
Sets the operator
|
Criteria |
setOperator(Operator operator)
Sets the operator
|
Criteria |
setTarget(CriteriaTarget target)
Sets the criteria target
|
Criteria |
setValues(List<Object> values)
Sets the values if this criteria's operator has arguments
|
public Long getColumnId()
public Criteria setColumnId(Long columnId)
columnId - the column IDpublic Operator getOperator()
public Criteria setOperator(Operator operator)
operator - the operatorpublic CriteriaTarget getTarget()
public Criteria setTarget(CriteriaTarget target)
target - the criteria targetpublic List<Object> getValues()
Copyright © 2014–2019 Smartsheet. All rights reserved.