public class Criteria extends Object
| Constructor and Description |
|---|
Criteria() |
| Modifier and Type | Method and Description |
|---|---|
Operator |
getOperator()
Gets the operator
|
Object |
getValue1()
Gets the value1
|
Object |
getValue2()
Gets the value2
|
Criteria |
setOperator(Operator operator)
Sets the operator
|
Criteria |
setValue1(Object value1)
Sets the value1
|
Criteria |
setValue2(Object value2)
Sets the value2
|
public Operator getOperator()
public Criteria setOperator(Operator operator)
operator - the operatorpublic Object getValue1()
public Object getValue2()
Copyright © 2014–2017 Smartsheet. All rights reserved.