| Package | Description |
|---|---|
| com.sap.cloud.sdk.datamodel.odata.client.expression |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FieldReference
OData filter expression operand for a generic entity field reference.
|
interface |
FieldUntyped
OData filter expression operand for an untyped entity field reference.
|
interface |
ValueBinary
OData filter expression operand of type Edm.String
|
interface |
ValueBoolean
OData filter expression operand of type Edm.Boolean
|
interface |
ValueDate
OData filter expression operand of type Edm.Date
|
interface |
ValueDateTime
OData filter expression operand of type Edm.DateTime (OData 2.0 only)
|
interface |
ValueDateTimeOffset
OData filter expression operand of type Edm.DateTimeOffset
|
interface |
ValueDuration
OData filter expression operand of type Edm.Duration
|
interface |
ValueEnum
OData filter expression operand of enumeration type
|
interface |
ValueGuid
OData filter expression operand of type Edm.Guid
|
interface |
ValueNumeric
OData filter expression operand of type Edm.Int32, ...
|
interface |
ValueString
OData filter expression operand of type Edm.String
|
interface |
ValueTimeOfDay
OData filter expression operand of type Edm.TimeOfDay in case of OData 4.0 or Edm.Time in case of OData 2.0.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ValueBinary.Expression |
static class |
ValueBoolean.Expression
Implementation with literal number value.
|
static class |
ValueDate.Expression |
static class |
ValueDateTime.Expression |
static class |
ValueDateTimeOffset.Expression |
static class |
ValueDuration.Expression |
static class |
ValueNumeric.Expression |
static class |
ValueString.Expression |
static class |
ValueTimeOfDay.Expression |
| Modifier and Type | Method and Description |
|---|---|
static <PrimitiveT> |
Expressions.createOperand(PrimitiveT value)
Helper function to generate an OData filter expression operand for a primitive Java type.
|
| Modifier and Type | Method and Description |
|---|---|
static ValueBoolean.Expression |
FilterExpressionLogical.has(Expressions.OperandSingle operand1,
ValueEnum operand2) |
Copyright © 2022 SAP SE. All rights reserved.