@Beta
public static interface Expressions.Operand
| Modifier and Type | Field and Description |
|---|---|
static Expressions.Operand |
NULL
The null operand, representing the absence of any value.
|
| Modifier and Type | Method and Description |
|---|---|
default String |
getExpression(ODataProtocol protocol)
Create the String representation of the expression based on a given
ODataProtocol. |
String |
getExpression(ODataProtocol protocol,
Map<String,Predicate<FieldReference>> prefixes)
Create the String representation of the expression.
|
static final Expressions.Operand NULL
@Nonnull default String getExpression(@Nonnull ODataProtocol protocol)
ODataProtocol.protocol - The ODataProtocol that the expression should conform to.@Nonnull String getExpression(@Nonnull ODataProtocol protocol, @Nonnull Map<String,Predicate<FieldReference>> prefixes)
protocol - The OData protocol to derive serialization rules from.prefixes - Additional field prefixes, e.g. when using lambda expressions.Copyright © 2022 SAP SE. All rights reserved.