| Constructor and Description |
|---|
IGCSearchCondition(String property,
String operator,
Boolean negated)
Creates a new search condition directly.
|
IGCSearchCondition(String property,
String operator,
String value)
Creates a new search condition directly.
|
IGCSearchCondition(String property,
String operator,
String value,
Boolean negated)
Creates a new search condition directly.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
getConditionObject()
Returns the JSON object representing the condition.
|
Boolean |
getNegated() |
String |
getOperator() |
String |
getProperty() |
String |
getValue() |
void |
setNegated(Boolean negated) |
void |
setOperator(String operator) |
void |
setProperty(String property) |
void |
setValue(String value) |
public IGCSearchCondition(String property, String operator, String value)
property - the property of an asset type to search againstoperator - the comparison operator to usevalue - the value to compare the property againstpublic IGCSearchCondition(String property, String operator, Boolean negated)
property - the property of an asset type to search againstoperator - the comparison operator to usenegated - whether to invert (negate) the comparison operator or notpublic IGCSearchCondition(String property, String operator, String value, Boolean negated)
property - the property of an asset type to search againstoperator - the comparison operator to usevalue - the value to compare the property againstnegated - whether to invert (negate) the comparison operator or notpublic String getProperty()
public void setProperty(String property)
public String getOperator()
public void setOperator(String operator)
public String getValue()
public void setValue(String value)
public Boolean getNegated()
public void setNegated(Boolean negated)
public com.fasterxml.jackson.databind.node.ObjectNode getConditionObject()
Copyright © 2018–2019 ODPi. All rights reserved.