| Constructor and Description |
|---|
ODataProperty(String name) |
| Modifier and Type | Method and Description |
|---|---|
FilterExpression |
eq(T rightOperand)
Creates a filter expression by applying eq operator to this OData property with the supplied operand.
|
static <T extends ODataType<?>> |
field(String name) |
FilterExpression |
ge(T rightOperand)
Creates a filter expression by applying ge operator to this OData property with the supplied operand.
|
FilterExpression |
gt(T rightOperand)
Creates a filter expression by applying gt operator to this OData property with the supplied operand.
|
FilterExpression |
le(T rightOperand)
Creates a filter expression by applying le operator to this OData property with the supplied operand.
|
FilterExpression |
lt(T rightOperand)
Creates a filter expression by applying lt operator to this OData property with the supplied operand.
|
FilterExpression |
ne(T rightOperand)
Creates a filter expression by applying ne operator to this OData property with the supplied operand.
|
public ODataProperty(String name)
public static <T extends ODataType<?>> ODataProperty<T> field(String name)
public FilterExpression eq(T rightOperand)
rightOperand - ODataType created from the operand.public FilterExpression ne(T rightOperand)
rightOperand - ODataType created from the operand.public FilterExpression lt(T rightOperand)
rightOperand - ODataType created from the operand.public FilterExpression le(T rightOperand)
rightOperand - ODataType created from the operand.public FilterExpression gt(T rightOperand)
rightOperand - ODataType created from the operand.public FilterExpression ge(T rightOperand)
rightOperand - ODataType created from the operand.Copyright © 2020 SAP. All Rights Reserved.