Interface ValueTimeOfDay
- All Superinterfaces:
Expressions.Operand
,Expressions.OperandSingle
,FilterableComparisonAbsolute
,FilterableComparisonRelative
,FilterableTimeOfDay
- All Known Implementing Classes:
ValueTimeOfDay.Expression
public interface ValueTimeOfDay
extends Expressions.OperandSingle, FilterableTimeOfDay, FilterableComparisonAbsolute, FilterableComparisonRelative
OData filter expression operand of type Edm.TimeOfDay in case of OData 4.0 or Edm.Time in case of OData 2.0.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
OData expression for time of day values. -
Field Summary
Modifier and TypeFieldDescriptionstatic final ValueTimeOfDay
Null value for time of day operations. -
Method Summary
Modifier and TypeMethodDescriptionstatic ValueTimeOfDay
Returns aValueTimeOfDay
from the givenv
.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.client.expression.Expressions.Operand
getExpression, getExpression
Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonAbsolute
equalTo, equalTo, equalToNull, in, in, in, in, notEqualTo, notEqualTo, notEqualToNull
Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonRelative
greaterThan, greaterThan, greaterThanEqual, greaterThanEqual, lessThan, lessThan, lessThanEqual, lessThanEqual
Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableTimeOfDay
timeFractionalSeconds, timeHour, timeMinute, timeSecond
-
Field Details
-
NULL
Null value for time of day operations.
-
-
Method Details
-
literal
Returns aValueTimeOfDay
from the givenv
.- Parameters:
v
- The value to be transformed into aValueTimeOfDay
.- Returns:
- A
ValueTimeOfDay
that contains the givenv
.
-